Widget on Resource page which updates based on Table data
Hi,
Is it possible to have a widget that has count etc from the data in the table? This video shows exactly what I am after but I cannot work out how they have done it.
https://www.youtube.com/watch?v=d7RkStx7o0M
Thanks.
Is it possible to have a widget that has count etc from the data in the table? This video shows exactly what I am after but I cannot work out how they have done it.
https://www.youtube.com/watch?v=d7RkStx7o0M
Thanks.
YouTubeSandia Tech
Laravel Filament Table Builder Filters
Select filters used when you want to filter a column based on a set of pre-defined options that the user can choose from
Ternary filters allow you to easily create a select filter which has three states - usually true, false and blank!
Select filters used when you want to filter a column based on a set of pre-defined options that the user can choose from
Ternary filters allow you to easily create a select filter which has three states - usually true, false and blank!

Solution