Auto-refresh pages
Hello everyone! I recently came across a cool feature in the project. The fact is that in the filament panel, regardless of which page I am on, the information on the site is updated every 5 seconds. How can this be implemented and where can I find it in the documentation.
Solution:Jump to solution
Widgets and database notifications can also be polled (https://filamentphp.com/docs/3.x/widgets/stats-overview#live-updating-stats-polling and https://filamentphp.com/docs/3.x/notifications/database-notifications#polling-for-new-database-notifications)
3 Replies
For tables you can enable polling: https://filamentphp.com/docs/3.x/tables/advanced#polling-table-content
Solution
Widgets and database notifications can also be polled (https://filamentphp.com/docs/3.x/widgets/stats-overview#live-updating-stats-polling and https://filamentphp.com/docs/3.x/notifications/database-notifications#polling-for-new-database-notifications)
thx ❤️