Skip to content

Commit fc42693

Browse files
committed
Update src/resources/views/crud/inc/datatables_logic.blade.php
1 parent ca46518 commit fc42693

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/views/crud/inc/datatables_logic.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ functionsToRunOnDataTablesDrawEvent: [],
410410
// when columns are hidden by reponsive plugin,
411411
// the table should have the has-hidden-columns class
412412
crud.table.on( 'responsive-resize', function ( e, datatable, columns ) {
413-
console.log('responsive-resize', crud.table.responsive.hasHidden());
414413
if (crud.table.responsive.hasHidden()) {
415414
$('.dtr-control').removeClass('d-none');
416415
$('.dtr-control').addClass('d-inline');

0 commit comments

Comments
 (0)