fillable
This commit is contained in:
parent
a549c0ed75
commit
7cdbff5ce9
@ -49,6 +49,7 @@ class EloquentDataProvider
|
||||
$this->meta['baseUrl'] = $options['baseUrl'] ?? $model->table;
|
||||
$this->meta['params'] = $options['params'] ?? [];
|
||||
$this->meta['actions'] = $options['actions'] ?? [];
|
||||
$this->meta['fillable'] = $options['fillable'] ?? null;
|
||||
$this->meta['searchPrefix'] = $options['searchPrefix'] ?? '/search';
|
||||
$this->meta['searchParams'] = $options['searchParams'] ?? [];
|
||||
$this->meta['showFiltersRow'] = $options['showFiltersRow'] ?? true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user