react-data-grid
react-data-grid copied to clipboard
Feat add cellRenderer (successor of #2942)
This PR is a successor of https://github.com/adazzle/react-data-grid/pull/2942, as it's not looking active anymore. The following 3 commits are added from the original PR:
- ffa2b23 merging latest main to the PR
- c3068ef fix some typing
- 0e614dc allow overwriting
stylefor cellRenderer
The reason behind the 3rd commit is, it was necessary to accomplish animated row reordering using https://github.com/clauderic/dnd-kit like below (this is my specific usecase but it should be useful in other scenarios as well):