We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08efa26 commit aedc84cCopy full SHA for aedc84c
src/Datatable/Datatable.php
@@ -20,7 +20,6 @@ class Datatable
20
{
21
use InstanceConfigTrait;
22
23
-
24
/**
25
* @var string
26
*/
@@ -223,8 +222,6 @@ class Datatable
223
222
.off('keyup change')
224
.on('keyup change', function (e) {
225
let action = exeCall;
226
227
228
if(action == null || action == false) {
229
exeCall = true;
230
setTimeout(function () {
@@ -348,7 +345,7 @@ class Datatable
348
345
349
346
//column search
350
347
:columnSearch
351
+
352
:multiSelectCallback
353
354
// Load filters
0 commit comments