reactdatagrid icon indicating copy to clipboard operation
reactdatagrid copied to clipboard

Empower Your Data with the best React Data Grid there is

Results 160 reactdatagrid issues
Sort by recently updated
recently updated
newest added

- what edition are you using - community - version for `@inovua/reactdatagrid-community` - 5.10.2 What you did: When tried to use `gridRef.current.setItemPropertyAt()` and `gridRef.current.setLoading()` one after another inside `onEditComplete` one...

- what edition are you using - community - version for `@inovua/reactdatagrid-community` - 5.10.2 I have a function which returns Promise, and no extra state. So everything is handled efficiently...

There is a bug in keyboard navigation when standing on the first row and pressing up-arrow on the keyboard. You are no longer able to select the focused row with...

- what edition are you using - enterprise - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - 5.10.2 Relevant code or config ``` ``` What you did: Added infinite scroll (live pagination) to...

**Objective:** To enhance the user interaction with the data grid by allowing inline editing and dynamic row addition. This feature aims to provide a seamless experience for users to add...

We are holding enterprise edition licenses. This issue can be easily reproduced in any filtering grid examples on the Inovua main web site. The latest version of the grid. 1....

I am implementing a feature similar to CSV export, as described [in docs](https://reactdatagrid.io/docs/miscellaneous#csv-export-+-custom-search-box). The issue is that I need to disable "Export CSV" button when data grid has no displayed...

Sandbox: https://codesandbox.io/s/reactdatagrid-context-submenu-dismiss-issue-i6t9zl?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Right click on data grid, over over "Level 1" item and click on "Level 2" item Expected...

Sandbox: https://codesandbox.io/s/reactdatagrid-expand-hierarchy-issue-toddm2?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Click 'Expand All' button Expected result: all tree nodes are expanded Actual result: only level 1 nodes...

Sandbox: https://codesandbox.io/s/reactdatagrid-filteredrowscount-issue-gq42p5?file=/src/App.js Steps to reproduce the issue: 1. Open the sandbox link 2. Open the sandbox console Expected result: no console errors Actual result: ``` Warning: Cannot update a component...