Pages · Laravilt
Select Filter
Filter by one or more values from a list of options.
php
Multiple values
php
| Mode | SQL |
|---|---|
| Single | WHERE col = 'value' |
multiple() with an array value | WHERE col IN ('a', 'b') |
Methods
| Method | Description |
|---|---|
options(array) | Value => label options |
multiple(bool) | Allow several values |
searchable(bool) | Searchable dropdown (frontend) |