You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to do filtering on dropdown nodes that are loaded asynchronously via loadNode. Right now filtering by static subnodes works fine, but it doesn't see nodes fetched from loadNode.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to do filtering on dropdown nodes that are loaded asynchronously via loadNode. Right now filtering by static subnodes works fine, but it doesn't see nodes fetched from loadNode.
Demo (Codesandbox)
The basis was the code for loadNode taken from the official site:
loadNode
Added only defaultFilterValue={defaultFilterValue} and defaultFilterValue taken fromFILTERING
In the example:
I think that if they are displayed, then they should be the dataSource of the grid, and filtering should work on them too.
General view of the table with expanded nodes:
Filtering by the word "store", the filtered one shows dynamic nodes as well:
Filtering on the word "First", it says that it was not found:
Beta Was this translation helpful? Give feedback.
All reactions