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
5 Replies
Do you mean effectively permanently filtered ?
Yes, I am using two panels, for one panel, the table must already be filtered.
Thx
Don't forget to mark the solution π