Pages · Laravilt
Select Filter
Dropdown selection filter
Dropdown-based filtering.
Basic Usage
php
Multiple Selection
php
Dynamic Options
php
Methods
| Method | Description |
|---|---|
make(string) | Create filter |
options(array) | Key-value options |
multiple(bool) | Allow multiple |
searchable(bool) | Enable search |
default(mixed) | Default value |
placeholder(string) | Placeholder text |
SQL Generated
| Mode | SQL |
|---|---|
| Single | WHERE col = 'value' |
| Multiple | WHERE col IN ('a', 'b') |
Complete Example
php
Related
- Text Filter - Text search
- Boolean Filter - Toggle