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

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.3.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [karma](https://github.com/karma-runner/karma) from 1.7.1 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies

@bencripps I have a long list of actions and those actions are available based on the rowdata. I'm able to disabled the actions, but unfortunately it is not looking good...

Could you please explain how to pass store to Grid? If i try to not define prop 'store' i get the error - `Uncaught TypeError: Cannot read property 'dispatch' of...

I used grid type Tree like this: ``` const complexData = { showTreeRootNode: false, dataSource: (extraParams) => getChildEntities(props.requestType, extraParams), gridType: "tree", dragAndDrop: false, columns: columns, store: store, stateKey: "tree-grid-oj", plugins:...

hi which is correct rowIndex in rowData? i want to remove row with EditorActions but row _index not correct in row data... please help or fix

I really like the tree view in the grid. Though I'd like a way to choose if the parent nodes are expanded when the grid is loaded. Is there a...

question

Hi, First, thanks for this module! We would like to start using typescript in our project, and we are already extensively using `react-redux-grid`. Is there any chance of a type...

Hi, Ben! I have a tree with folders and files and I want to prevent a folder to be nested under a file when dragging. The problem is that I...

Hi, Thanks for a fantastic grid/treegrid component! As far as I understand DnD of nodes between different grids is not currently supported? Do you have plans on adding such feature,...

help wanted
question