@extends('company.layouts.main') @section('content')

Jobs

Export
Job Published Department Location Date Published Application Shortlisted Action
Frontend Developer Information Technology Mumbai 02-10-2024 12 10 View Edit View Survey Delete
Frontend Developer Information Technology Mumbai 02-10-2024 12 10 View Edit View Survey Delete
@endsection @section('script') $(function () { var table = $('#datatable').DataTable({ processing: true, serverSide: true, responsive:true, order:['0','desc'], "columnDefs": [ { "targets": [ 0 ], "visible": false, "searchable": true }, ], "columns": [ { data: 'id' }, { data: 'username' }, { data: 'email' }, {data: 'action', name: 'action', orderable: false, searchable: false}, ] }); }); @endsection