According to this answer, it's necessary to use the useControlledState of reactTableOptions to get access to the filter state changes of an AnalyticalTable column.
Describe the solution you'd like
My suggestion is that an onFilter event is exposed through a property of the AnalyticalTable, just like we have for the onSort and onGroup events.
Is your feature request related to a problem?
According to this answer, it's necessary to use the
useControlledState
of reactTableOptions to get access to the filter state changes of an AnalyticalTable column.Describe the solution you'd like
My suggestion is that an
onFilter
event is exposed through a property of the AnalyticalTable, just like we have for theonSort
andonGroup
events.Describe alternatives you've considered
No response
Additional Context
A feature like this would be useful in cases where you need to get the filters applied to the columns and store them somewhere.
Organization
No response
Declaration