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

Is there a way to add custom edit/delete button? #226

Open arpitgarg101 opened 4 years ago

arpitgarg101 commented 4 years ago

I want to provide a custom render for edit button button, when we click on edit button the edit box or div is absolute and is outside the table, I want that save/cancel button comes in the same column where the edit button is? Ca you help me that?