react-datasheet-grid
react-datasheet-grid copied to clipboard
An Airtable-like / Excel-like component to create beautiful spreadsheets.
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.  Please find the root cause and fix it. my env : ``` create-react-app : v5.0.1 react : v18.2.0...
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? 
After update react-datasheet-grid version from 4.5.0 to 4.9.2 I have this prop stickyRightColumn issue: before after