Also, please don't be that person who deletes this template. It's here for a reason.
Thanks!
✅ Officially supported ✅
⚠️ Not officially supported, expect warnings ⚠️
☣️ Not officially supported, expect warnings and errors ☣️
✅ Officially supported ✅
⚠️ Not officially supported, but "should work" ⚠️
👋 Need general support? Not sure about how to use React itself, or how to get started with the Grid?
Please do not submit support request here. Instead see
https://github.com/adazzle/react-data-grid/blob/master/CONTRIBUTING.md
Make a column fixed, and when horizontal scroll only column header remains fixed, the rows scroll along for custom Renderer. This was working fine in version 4.0.8
Please include:
- What the current behavior is
- What the desired behvaior is
- (If Bug) Steps to reproduce the issue
- (If Feature) The motivation / use case for the feature
We especially love screenshots / videos of problems, and remember
The Best Issue Is A Pull Request™
Can you make sure you are using renderBaseRow.
https://github.com/adazzle/react-data-grid/blob/master/packages/react-data-grid-examples/src/scripts/example12-customRowRenderer.js#L27
I'm using custom cell renderer also within Row Renderer. so how can i pass call render base row?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please reopen this if you feel it has been incorrectly closed and we will do our best to look into it. Thank you for your contributions.
Most helpful comment
I'm using custom cell renderer also within Row Renderer. so how can i pass call render base row?