[v8] - How do I setup external ColumnFilter components? #4361
-
All the documentation and examples I've seen for filtering use state.columns inside the Table component, with Is there a way I can expose this functionality to the parent component of my Table? For context, my goal is to have a dashboard with filters at the top of the page that when set, filter down through all the various charts and tables on the screen. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This discussion can be closed. |
Beta Was this translation helpful? Give feedback.
-
I found a way with |
Beta Was this translation helpful? Give feedback.
This discussion can be closed.
Aggregating data like what I was attempting isn't a good approach in the front-end.
We moved to backend filtering and sorting.