🔥 🔥 Breaking Changes 🔥 🔥
- #422
overflowY
andoverflowYOffset
have been removed from the API as they were problematic when usingfixedHeader
. These were originally created to deal menu overlays that did not use dynamic positioning - causing a menu to be truncated at the bottom of the table. Most UI libraries should support dynamically positioned menus, but in any case this is no longer the responsibility of RDT to manage.
🐞 🐞 Fixes 🐞 🐞
- #422
fixedHeader
scroll bar no longer offsets table columns. Note thatfixedHeader
relies on browsers that support sticky positioning.