Skip to content

7.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbetancur jbetancur released this 17 Aug 15:46
· 27 commits to next since this release
c0c1395

🔥 🔥 Breaking Changes 🔥 🔥

  • #422 overflowY and overflowYOffset have been removed from the API as they were problematic when using fixedHeader. 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 that fixedHeader relies on browsers that support sticky positioning.