We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2300375 + 0f7920f commit 36aa24cCopy full SHA for 36aa24c
src/resources/views/crud/inc/datatables_logic.blade.php
@@ -31,7 +31,7 @@
31
localStorage.removeItem('DataTables_crudTable_/{{$crud->getRoute()}}');
32
}
33
34
- if($dtCachedInfo.length !== 0 && $pageLength.indexOf($dtCachedInfo.length) === -1) {
+ if($dtCachedInfo.length !== 0 && $pageLength[0].indexOf($dtCachedInfo.length) === -1) {
35
36
37
0 commit comments