react-redux-grid
react-redux-grid copied to clipboard
Ability to render some tree nodes as selected on data load?
Hello,
After loading tree data I need to mark some nodes as selected automatically. Is there any way to define that in even in JSON data e.g. as {selected: true} or how I can do that programmatically via existing API after tree grid is loaded?
Thank you! Vasiliy
Are you loading data async or simply passing data as props?