1 Commits
0.4.6 ... 0.4.7

Author SHA1 Message Date
7cdbff5ce9 fillable 2025-01-27 12:30:05 +03:00

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;