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

Hi, im use Grid, map data to state, state loading async. After load im need to set selected items in grid, but i can't get row_ids, have grid some ON_SET_DATA...

enhancement
help wanted

Cant find any info about this. I find this question https://github.com/bencripps/react-redux-grid/issues/147, but it don't work for me. How i can change default look of control item? I want change control...

I see in the code that the columns are set only once for component mount. This causes issues with passing dispatch methods. Lets say that in each row there is...

Hello, I'm trying to give users the ability to change the pageSize of the grid. I created a state variable : itemsDisplayed. The value is well modified by other part...

question

I am planning to use react-redux-grid in tree mode with pouchdb/couchdb for persistence and multi user synchronisation. I have used create-react-app and passed the tree data directly to the grid...

enhancement
help wanted

We love the look of this grid and are keen to use it to display data from our Redux state, so the contents of the grid change as the state...

enhancement
help wanted

Adds pageSize to extraParameters for initial remote setData call. Also gitignores intellij idea folder.

Hi; I couldn't find any example of using filterFields. I am trying to filter local data list in redux grid. Could you please direct me to the example or and...

question

I'm getting a unique key conflict, I know this is a react error, but I can seem to debug it. I make sure that all the ID's are unique in...

question

Version: 5.4.2 Browser: Chrome OS: macOS Sierra 10.12.16 Columns not mapped to a real dataIndex are appearing out of order. In the example below, the menu column should be the...

bug
help wanted