onColumnFiltersChange - custom function #5111
Unanswered
mdodge-ecgrow
asked this question in
Q&A
Replies: 1 comment
-
OK, so I completely commented out the line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the filtered row count and pass it up to a higher up component to display next to my title.
This is my table definition:
The commented line for 'onColumnFiltersChange' was what I had before. Now I am trying to set that to a custom function.
That custom function looks like this:
But for some reason, it does not appear to be calling that custom function because none of those console logs are displayed when I filter rows. Does anyone know how I can properly do this?
Beta Was this translation helpful? Give feedback.
All reactions