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

Plan to support React 19

Open AdrienMazet opened this issue 11 months ago • 2 comments

Hi and thanks for the work on this library.

Is there a plan to support React 19 in upcoming releases?

AdrienMazet avatar Dec 18 '24 13:12 AdrienMazet

It doesn't look that the project is actively maintained. Is there a fork or a good alternative?

finom avatar Apr 21 '25 11:04 finom

Hey folks, Unless the author accepts my PR, feel free to use https://github.com/sdziadkowiec/react-datasheet-grid or install directly from https://www.npmjs.com/package/@sdziadkowiec/react-datasheet-grid This is a fork with updates for React 19 and a few goodies like CSS for dark mode #

sdziadkowiec avatar Jun 16 '25 08:06 sdziadkowiec

@sdziadkowiec Thanks for putting together a fork! I noticed the latest version (4.13.1) is not pushed in Git (package.json is stuck to 4.12.3). Did you forget to commit/push to GitHub by any chance?

It would also be nice to enable GitHub issues in the fork settings so that we have a better avenue to report this kind of problem.

emersion avatar Sep 09 '25 07:09 emersion

Hey, apologies for missing it earlier - the changes for v4.13.1 were in a feature branch all the time, just not merged to master. Now it's properly merged - long story short, the main addition was ability to make first X columns from the left sticky, similar to how you can freeze columns in Excel so they don't scroll. BTW, I am not maintaining this package actively, however I've seen a very promising alternative (haven't tried it though): https://www.diceui.com/docs/components/data-grid

sdziadkowiec avatar Nov 20 '25 21:11 sdziadkowiec