HasFilters
trait HasFilters (View source)
Properties
array<string,mixed> | $tableFilters | ||
array<string,mixed> | $tableDeferredFilters | ||
Form | $tableFiltersForm |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
Form
getTableFiltersForm()
No description
void
updatedTableFilters()
No description
protected void
handleTableFilterUpdates()
No description
void
removeTableFilter(string $filterName, string|null $field = null, bool $isRemovingAllFilters = false)
No description
void
removeTableFilters()
No description
void
resetTableFiltersForm()
No description
void
applyTableFilters()
No description
protected Builder
applyFiltersToTableQuery(Builder $query)
No description
array|null
getTableFilterState(string $name)
No description
string
parseTableFilterName(string $name)
No description
string
getTableFiltersSessionKey()
No description
protected array
getTableFilters()
deprecated
deprecated Override the `table()` method to configure the table.
No description
protected string|null
getTableFiltersFormWidth()
deprecated
deprecated Override the `table()` method to configure the table.
No description
protected string|null
getTableFiltersFormMaxHeight()
deprecated
deprecated Override the `table()` method to configure the table.
No description
protected bool
shouldPersistTableFiltersInSession()
deprecated
deprecated Override the `table()` method to configure the table.
No description