styling..
This commit is contained in:
parent
b29ea1bba5
commit
a9c4a7db08
@ -661,7 +661,7 @@ export default {
|
|||||||
this.filter_index++;
|
this.filter_index++;
|
||||||
}
|
}
|
||||||
}, this);
|
}, this);
|
||||||
}else if (this.defaultFiltered) {
|
} else if (this.defaultFiltered) {
|
||||||
this.defaultFiltered.forEach(function (filter) {
|
this.defaultFiltered.forEach(function (filter) {
|
||||||
let option = '';
|
let option = '';
|
||||||
let operator = '=';
|
let operator = '=';
|
||||||
|
@ -7,7 +7,9 @@
|
|||||||
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
no-matching-data-text="{{ trans('general.no_matching_data') }}"
|
||||||
value="{{ request()->get('search', null) }}"
|
value="{{ request()->get('search', null) }}"
|
||||||
:filters="{{ json_encode($filters) }}"
|
:filters="{{ json_encode($filters) }}"
|
||||||
|
@if($filtered)
|
||||||
:default-filtered="{{ json_encode($filtered) }}"
|
:default-filtered="{{ json_encode($filtered) }}"
|
||||||
|
@endif
|
||||||
:date-config="{
|
:date-config="{
|
||||||
allowInput: true,
|
allowInput: true,
|
||||||
altInput: true,
|
altInput: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user