search prefix
This commit is contained in:
parent
a3b5f5fa0c
commit
13b54a563d
@ -48,6 +48,7 @@ class EloquentDataProvider
|
|||||||
$this->meta['baseUrl'] = $options['baseUrl'] ?? $model->table;
|
$this->meta['baseUrl'] = $options['baseUrl'] ?? $model->table;
|
||||||
$this->meta['params'] = $options['params'] ?? [];
|
$this->meta['params'] = $options['params'] ?? [];
|
||||||
$this->meta['actions'] = $options['actions'] ?? [];
|
$this->meta['actions'] = $options['actions'] ?? [];
|
||||||
|
$this->meta['searchPrefix'] = $options['searchPrefix'] ?? '/search';
|
||||||
$this->meta['showFiltersRow'] = $options['showFiltersRow'] ?? true;
|
$this->meta['showFiltersRow'] = $options['showFiltersRow'] ?? true;
|
||||||
$this->filters = $options['filters'] ?? [];
|
$this->filters = $options['filters'] ?? [];
|
||||||
$this->createQuery();
|
$this->createQuery();
|
||||||
|
Loading…
Reference in New Issue
Block a user