reactdatagrid
reactdatagrid copied to clipboard
Empower Your Data with the best React Data Grid there is
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...
🐛 Bug caused by Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx
- 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: 
🐛 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...