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'm trying to show/hide a Sum summarizer based on specific filters being active. I can successfully detect the filters using $table->getLivewire()->tableFilters['remise']['value'], but there seems to be a timing issue.
The summarizer only updates its visibility when the page is fully refreshed. When applying filters through the UI, even though the table data updates via Livewire, the summarizer's visibility state doesn't update until a full page refresh occurs.
Here's my current code:
The filter detection works correctly (I can see the proper values in tableFilters), but the visibility state only updates after a full page refresh. Is there a way to force the summarizer to re-evaluate its visibility when filters are applied without requiring a page refresh?
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
-
Package
Table builder
Package Version
3.2.118
How can we help you?
I'm trying to show/hide a Sum summarizer based on specific filters being active. I can successfully detect the filters using $table->getLivewire()->tableFilters['remise']['value'], but there seems to be a timing issue.
The summarizer only updates its visibility when the page is fully refreshed. When applying filters through the UI, even though the table data updates via Livewire, the summarizer's visibility state doesn't update until a full page refresh occurs.
Here's my current code:
The filter detection works correctly (I can see the proper values in tableFilters), but the visibility state only updates after a full page refresh. Is there a way to force the summarizer to re-evaluate its visibility when filters are applied without requiring a page refresh?
Beta Was this translation helpful? Give feedback.
All reactions