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

A React Grid/Tree Component written in the Redux Pattern

Results 52 react-redux-grid issues
Sort by recently updated
recently updated
newest added

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}...

question

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

question

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:...

bug
enhancement
help wanted

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...

help wanted
question

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...

question

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

bug
enhancement
help wanted