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

I'm attempting to sort a table by a value of "Last Modified" by default but it doesn't seem to work. { dataIndex: 'updated_at', name: 'Last Updated', sortable: true, defaultSortDirection: 'ASC',...

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

Hi Ben, I'm trying to add a feature that allows the user to create a new child under an specific node (in a tree grid) but I'm not being able...

Hi, Ben. I recently found out that you can do lazy-loading of the grid when you have a great amount of data with "infinite = true". However, when you enable...

Hi, can you please tell me how can I align the header columns with table's contents? It creates 2 tables, one for the header, that has width, and another for...

First of all, thank you for the great component! I am trying to add grid actions for my grid like the following: ``` GRID_ACTIONS: { menu: [{ text: 'Add subclass',...

I like the feature `react-redux-grid` provides but when I use `react-redux-grid` in my project where also applies `react-dnd` in other component causes **Cannot have two HTML5 backends at the same...

Hi, I found a very similar issue to [#166](https://github.com/bencripps/react-redux-grid/issues/166). I continuosly get the following error message in the browser console, as the grid has been loaded: > index.js:2178 Warning: Failed...

I built the demo code locally, changed the 'pagingType' of the PAGER to 'local' and set a 'pageSize' of 5. When I ran the modified demo the 'local' pager doesn't...

question

Suppose I have another component that does something that makes me want to re-load the remote dataSource. I should be able to call an action to reload, how do I...