react-datasheet-grid icon indicating copy to clipboard operation
react-datasheet-grid copied to clipboard

An Airtable-like / Excel-like component to create beautiful spreadsheets.

Results 76 react-datasheet-grid issues
Sort by recently updated
recently updated
newest added

Double click item no text is selected, no cursor appears, but can enter it for editing. The function can be used normally a few days ago🤦‍♂️🤦‍♂️ browser:chrome 103.0.5060.114 Operating system:window11...

bug

Hey, I'm currently facing an issue with context menu which I'm not able to find the reason or solution. I hope you are able to give me some lights on...

bug

Hello, thanks for the great grid component! In my current project, I could use some way to set cell style according to its value on a particular column (for example...

Hey nick-keller! thanks to [your great response](https://github.com/Equify/react-datasheet-grid/issues/157) I solved a bunch of errors related to typescript and I found another issue! When I use `checkboxColumn` API with `disabled: false`, it...

### Discussed in https://github.com/Equify/react-datasheet-grid/discussions/144 Originally posted by **Richard-97** April 5, 2022 Hey, I have a problem with adding multiple rows. There is blank space at the top of the table....

bug

If `autoAddRow = true` and you are on the last row, once you press enter to confirm edit and auto-create new row, the onblur callback is called twice. ``` {...

bug

Hi, after reading the documentation I'm able to discover that there are only the columns/cells disable possibility. There is a way to have a props named `readonly` in order to...

#179 Hello Mr. Keller, I really appreciate your reply. However, I think we are not on the same page. To be more specific with my issue, When there are a...

fix [Implementing a select column example](https://react-datasheet-grid.netlify.app/docs/examples/implementing-select) 's typecript issue with @lifeisegg123