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

enterprise edition, ver "5.10.2" Relevant code or config EnterpriseColumnLayout.js, line 815: ``` dragEndCallbacks = (props, dropIndex) => { if (dropIndex) { const data = props.data[dropIndex]; props.onRowReorderEnd && props.onRowReorderEnd({ data, dropIndex...

- what edition are you using - community / enterprise - version for `@inovua/reactdatagrid-community`or `@inovua/reactdatagrid-enterprise` - Relevant code or config ```javascript ``` What you did: What happened: Reproduction repository: Problem...

Version: @inovua/[email protected] The DateFilter autocompletes the input (when entered manually) on the first character to become 000[entered character]-01-01 instead of waiting for more characters. You can reproduce this on the...

Can you please answer my previous email and possibly send me the new license for 1 year that I purchased this morning?

What happened: Grid crashes if you add `showEmptyRows` to a treeGrid Reproduction repository: https://reactdatagrid.io/docs/tree-grid Add `showEmptyRows` to the grid Problem description: ![image](https://github.com/inovua/reactdatagrid/assets/63134707/4a668fa5-e776-4574-ab5e-fe4c577cbfc3)

🐛 Bugs: - what edition are you using - community - version for `@inovua/reactdatagrid-community` - 5.10.2 Relevant code or config ``` editor: DateEditor ``` What you did: setting Editor to...

I've recently purchased an enterprise license for React Data Grid (version 5.10.2) and am integrating it into a Next.js (version 14.0.1) project. However, I'm encountering a runtime error related to...

Issue: When using ReactDataGrid, there's a bug causing the grid to scroll back to the beginning when opening the select filter after already selecting a value. Steps to reproduce: 1....

- what edition are you using - enterprise - version for `@inovua/reactdatagrid-enterprise` - 5.10.2 What you did: When virtualization is turned on and there are rows exceeding the width. Running...