-
I'm trying to implement it but unable to figure out how. Table instance is defined this way (react):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the solution. First I debounced filter value to improve performance. Then I added logic to globalFilterFn, if the filter match, I get all the parent rows (those are the expandable rows), and if they not yet expanded, I expand each:
|
Beta Was this translation helpful? Give feedback.
I found the solution. First I debounced filter value to improve performance. Then I added logic to globalFilterFn, if the filter match, I get all the parent rows (those are the expandable rows), and if they not yet expanded, I expand each: