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

How to select group on data load in grid

Open Tsve opened this issue 7 years ago • 2 comments

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 (

Tsve avatar Aug 09 '17 14:08 Tsve

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!

bencripps avatar Aug 19 '17 13:08 bencripps

Looking forward to this feature.

jiangenhe avatar Apr 24 '18 07:04 jiangenhe