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

Hi, First of all, thank you for this amazing component. I noticed that the grid stays in the selection modus when the user releases the mouse button too quickly. When...

Whenever i try to paste Text into the Grid from Macs TextEdit or Notes App, it doesn't get pasted (surprisingly, whenever I paste via shortcut, right-click and paste works). I...

On Blur event keeps getting triggered infinitely if some state is changed in on blur callback I have checked all useEffects and everything, the problem is with the component itself....

Due to the size of sting values I implemented a TruncatedText component that would show the rest of the string in a tool tip on hover, but what I want...

Ran into a few bugs while pasting text with new lines in it. It's a little bit of a wonky fix because `quoted` gets flipped to false, since there is...

Hey, A warning message is generated when `npm start` is executed. ![image](https://user-images.githubusercontent.com/41728258/197088987-b569ce2e-d270-46ca-9553-8a34fe1bb34e.png) Please find the root cause and fix it. my env : ``` create-react-app : v5.0.1 react : v18.2.0...

bug

This sometimes happens when pasting multiples rows and columns directly from Excel. ``` TypeError: Cannot read properties of undefined (reading 'replace') at parsePastedValue (.../columns/textColumn.js:127:460) at Object.pasteValue (.../columns/textColumn.js:140:36) at pasteValue (.../columns.keyColumn.js:66:139)...

I can not implement last verion of react-datasheet-grid (4.9.0) due to this error. May be you need to use babel in your library? ![Снимок экрана 2022-12-12 в 07 50 14](https://user-images.githubusercontent.com/100426632/206963192-06748e7f-f065-4165-8764-33c8ac7fba50.png)

unclear

After update react-datasheet-grid version from 4.5.0 to 4.9.2 I have this prop stickyRightColumn issue: before after

unclear