Reset stat overview widget data in custom page
I'm using filament table in custom page, with stat overview above the table and using InteractsWithPageTable in the widget class.
I also using a custom filter, not filament table filter.
After submitting the filter, I called $this->resetTable() to apply the filter.
My question is, how can I also reset the widget data?
1 Reply
can someone help me?