You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following this tutorial (https://laraveldaily.com/post/filament-stats-widgets-above-table-auto-update-with-filters) to make put the chart above table. Right now, the chart is showing data with filter. But the problem is that the chart is not instantly update when I change the filter on the table. The chart is only updated by it's '$pollingInterval'. This bring the problem that you don't see the chart is directly updated once the filter is change. How can I send trigger to update the chart once the filter on the table is modified?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am following this tutorial (https://laraveldaily.com/post/filament-stats-widgets-above-table-auto-update-with-filters) to make put the chart above table. Right now, the chart is showing data with filter. But the problem is that the chart is not instantly update when I change the filter on the table. The chart is only updated by it's '$pollingInterval'. This bring the problem that you don't see the chart is directly updated once the filter is change. How can I send trigger to update the chart once the filter on the table is modified?
Beta Was this translation helpful? Give feedback.
All reactions