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.
2 parents 54ea5c9 + 976233d commit 84f0a0cCopy full SHA for 84f0a0c
views/datagrid.blade.php
@@ -42,7 +42,7 @@
42
"search": request.searchPhrase
43
}
44
45
- @unless ($datagridOptions['ajaxParams'] === null)
+ @unless (empty($datagridOptions['ajaxParams']))
46
$.extend(true, query, {!! json_encode($datagridOptions['ajaxParams']) !!});
47
@endunless
48
0 commit comments