FilamentF
Filament16mo ago
Myster

Hide table items according to status. No use of filters.

Hello, I have a question. I have my table that currently contains all the items in the database. I wanted to know if it is possible to bring only selected items. Ex:

Database:
ID | type | status
1 | A | new
2 | B | new
3 | A | in_process

Would it be possible, in the filament table, to only bring items that have the 'new' status? Without using filters on the table.

Filament:
ID | type | status
1 | A | new
2 | B | new
Was this page helpful?