bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
444 stars 63 forks source link

How to select group on data load in grid #170

Open Tsve opened 7 years ago

Tsve commented 7 years ago

Hi, im use Grid, map data to state, state loading async. After load im need to set selected items in grid, but i can't get row_ids, have grid some ON_SET_DATA Event for this?

Now i'm hack this in saga just get yield takeEvery("@@react-redux-grid/SET_DATA", setGataGrid); but its not good (

bencripps commented 7 years ago

You are right; we don't currently expose an event for when data is loaded into the grid. That seems like a reasonable request, though!

I'm going to mark this as help-wanted, but I will get to this as soon as I can.

Thanks!

jiangenhe commented 6 years ago

Looking forward to this feature.