@@ -504,47 +519,47 @@ var data = suggestion.DriverMobileNumber;
-
-
-
\ No newline at end of file
+
+$(document).ready(function() {
+ $('#view_inward_gate_register').DataTable({
+ dom: 'Blfrtip', // Buttons, length menu, filter, table, information, pagination
+ buttons: [
+ 'copy', 'csv', 'excel', 'pdf', 'print' // Export buttons
+ ],
+ pageLength: 10, // Default rows per page
+ lengthMenu: [ [10, 20, 30, 50, -1], [10, 20, 30, 50, "All"] ], // Rows per page options
+ responsive: true, // Responsive table
+ order: [[0, 'desc']], // Default ordering (column index 0, ascending)
+ language: {
+ paginate: {
+ next: '
', // Next button icon
+ previous: '
' // Previous button icon
+ }
+ }
+ });
+});
+
+
\ No newline at end of file