react-redux-grid
react-redux-grid copied to clipboard
A React Grid/Tree Component written in the Redux Pattern
Hello, After loading tree data I need to mark some nodes as selected automatically. Is there any way to define that in even in JSON data e.g. as {selected: true}...
I'm trying to do remote sorting and paging on the server. I may be missing something here, but when I use the pagingSource in the PAGER plugin, it seems like...
I enjoyed your's GRID! How to I can config method GET for sortingSource & pagingSource Thanks
Reordering the columns by clicking and dragging no longer works with the latest code. I first noticed this looking at the example app on herokuapp on Friday, 2017-02-03 To reproduce:...
We like the many features of react-redux-grid and are about to evaluate it. We're using saga to handle all async REST calls. I have a general question on any advice...
The Grid component saves the current sort in the Redux store. If changed data is passed to the grid component or the grid component is re-instantiated, the data is no...
Hey , My requirement is like a tree with expand/collapse and check box selection functionality. Till expand and collapse is fine but am wondering whether achieving checkbox selection and covering...
Hi Ben, Is there a way to hide the grid header row? Based on the documentation, I can only find an option to hide the columns but not the header...
It would be cool, if the one (in tree mode as well) could navigate in the grid with keyboard arrow keys and then entering edit mode with space, enter, F2...
when creating my own pager, i incidentally pass dataSource = true to pagerActions.setPageIndexAsync. i received the following error from core.js (redux-logger), "uncaught typeError: cannot read property 'type' of undefined". i...