Skip to content

Commit

Permalink
Update src/resources/views/crud/inc/datatables_logic.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm authored Nov 25, 2024
1 parent f3b3408 commit cadd8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/views/crud/inc/datatables_logic.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ functionsToRunOnDataTablesDrawEvent: [],
// when datatables-colvis (column visibility) is toggled
// rebuild the datatable using the datatable-responsive plugin
$('#crudTable').on( 'column-visibility.dt', function (event) {
console.log('column-visibility.dt');
crud.table.responsive.rebuild();
} ).dataTable();
Expand Down

0 comments on commit cadd8eb

Please sign in to comment.