react-redux-grid icon indicating copy to clipboard operation
react-redux-grid copied to clipboard

Ability to render some tree nodes as selected on data load?

Open kv92 opened this issue 7 years ago • 1 comments

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

kv92 avatar Sep 15 '17 11:09 kv92

Are you loading data async or simply passing data as props?

bencripps avatar Sep 29 '17 12:09 bencripps