Skip to content

Commit 84f0a0c

Browse files
committed
Merge pull request #5 from Lykegenes/dev
bugfix
2 parents 54ea5c9 + 976233d commit 84f0a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/datagrid.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"search": request.searchPhrase
4343
}
4444
45-
@unless ($datagridOptions['ajaxParams'] === null)
45+
@unless (empty($datagridOptions['ajaxParams']))
4646
$.extend(true, query, {!! json_encode($datagridOptions['ajaxParams']) !!});
4747
@endunless
4848

0 commit comments

Comments
 (0)