📺Table
Last updated
Last updated
our framework has a class for table use to set filters for the table and add a row based actions
to add a new filter to the table you need to use some methods on the table()
method to add
NOTE
The Filter class take only 1 row the name of this row must be the same name of the filter make method
that's for the frontend for the backend query on your Resource class use this method like
to add a new action on the row you need to use ->actions()
method on the Table::class
method like