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

[Question] Adding new rows #196

Closed ydsood closed 6 years ago

ydsood commented 6 years ago

I didn't see an example where new data was being added to the grid. Are there props that allow doing that?

bencripps commented 6 years ago

We should build an example that does that! We should probably open an issue up against the example repo.

ydsood commented 6 years ago

Thanks for the response, added an issue to the examples project.