This commit is contained in:
Kavalar 2025-01-27 12:30:05 +03:00
parent a549c0ed75
commit 7cdbff5ce9

View File

@ -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;