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 committed Dec 5, 2024
1 parent 927cb3f commit 9c38316
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 @@ -399,7 +399,6 @@ functionsToRunOnDataTablesDrawEvent: [],
// when columns are hidden by reponsive plugin,
// the table should have the has-hidden-columns class
crud.table.on( 'responsive-resize', function ( e, datatable, columns ) {
console.log('responsive-resize', crud.table.responsive.hasHidden());
if (crud.table.responsive.hasHidden()) {
$('.dtr-control').removeClass('d-none');
$('.dtr-control').addClass('d-inline');
Expand Down

0 comments on commit 9c38316

Please sign in to comment.