reactgrid icon indicating copy to clipboard operation
reactgrid copied to clipboard

Add spreadsheet-like behavior to your React app

Results 124 reactgrid issues
Sort by recently updated
recently updated
newest added

Have you considered using `role="gridcell"` and `aria-colindex={colidx}` to make the rendered cells more accessible to screen readers? There already seems to be a `data-cell-colidx`, which could just use the standard...

**Describe the bug** The grid display breaks down when the zoom is different in the browser. At 1920x1080, the problems start with a zoom of 80% (sometimes 100%). The retina...

**Describe the bug** Sticky rows and columns are not functioning correctly when sticky cells use rowspan or colspan. **Current behavior** - If a sticky row has a rowspan, it is...

Hey there, I'm using ReactGrid, and I want to disable the fill handle for a specific column. In this case, I want to disable it for the image cell type...

**Describe the bug** The dropdown is rendered as a React-Select element. That element supports a different styling for each option. **Current behavior** A single style can be set for all...

**Describe the bug** When user tries to copy a string that include special character such as μ, the Chrome browser crashes. The crash happens on Edge and Chrome and doesn't...

Hello, is there a way to highlight rows on hover? Thanks

**Describe the bug** When I copy-paste a number such as 990.06 from a notepad to a numeric cell, the number is very different. If I copy-paste from the grid itself,...

Hi ReactGrid Team, Thank you for the great library—it has been an _invaluable_ tool in my team's project. We are currently in the process of upgrading to React 19, but...