react-data-grid
react-data-grid copied to clipboard
Feature-rich and customizable data grid React component
## Describe the bug Auto size on Firefox does not work unless 'size' is defined On Chrome column size is defined by cell content On Firefox column size is defined...
Can't go to cell edit mode by touch events emulated by Chrome DevTools (Toggle Device Toolbar) Double touch does nothing. Cell can be edited with F2, but physical keyboard is...
## I would like to be able to render the grid in react server components.
https://vitest.dev/guide/browser.html
Hello maintainers 👋. I'd like to introduce the ability to toggle on/off frozen group columns in the `TreeDataGrid`. Please let me know if there is anything else I can do...
## Use case Non-mouse users should be able to resize columns using the keyboard. ## Proposed solution 1. Add a keyboard shortcut (such as Ctrl + Alt + Right /...
## Describe the bug When using a datagrid that includes frozen columns and multiple spanning columns, when selecting the first set of spanning columns and scrolling, the second set of...
when i copy "website/demos/CommonFeatures.tsx" to my react project , it can not run , could you tell me the reason , thank you maybe the function "useDefaultRenderers()" return "undefined"
## Describe the bug When the page is resized the following error is raised: `ResizeObserver loop completed with undelivered notifications. ` ## To Reproduce 1. create react project or run...
I am working in a project that uses **react-data-grid 5.0.4.** My task is to switch displaying data from traditional tabular format to horizontal view. E.g.  I achieved this layout...