Search string search value fixed..
This commit is contained in:
parent
b529517aec
commit
a15cb045e6
@ -5,7 +5,7 @@
|
|||||||
operator-is-not-text="{{ trans('general.isnot') }}"
|
operator-is-not-text="{{ trans('general.isnot') }}"
|
||||||
no-data-text="{{ trans('general.no_data') }}"
|
no-data-text="{{ trans('general.no_data') }}"
|
||||||
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
||||||
value="{{ request()->get('search', null) }}"
|
value="{{ rtrim(ltrim(request()->get('search', null), '"'), '"') }}"
|
||||||
:filters="{{ json_encode($filters) }}"
|
:filters="{{ json_encode($filters) }}"
|
||||||
:date-config="{
|
:date-config="{
|
||||||
allowInput: true,
|
allowInput: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user