bencripps / react-redux-grid

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

Nested Grids using react-redux-grid #214

Closed fastertabla closed 5 years ago

fastertabla commented 5 years ago

Hi

I am new to react/redux. I would like to have a data grid and each row should be expandable. On expanding I need to show another grid within it. Is it possible to achieve using react-redux-grid? Please advise.

Thanks Ganesh