Add a widget for every database row of a model on the Dashboard?
Is it possible to create a list of widgets for every saved instance in the database? I cannot access the database in AdminPanelProvider.php so I cannot see how it would be possible? I would like somthing like this:
1 Reply
Widgets are livewire components. You could create a custom widget and render what you need
https://filamentphp.com/docs/3.x/panels/dashboard/#custom-widgets