Add support for top horizontal scroll in MRT v3 #1466
julSemeniuk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It would be very useful to have an option to render a horizontal scrollbar at the top of the table (in addition to the default bottom one).
Motivation: On wide + tall tables, reaching the bottom scrollbar is inconvenient. A top scrollbar improves navigation and usability for data-heavy use cases (analytics, finance, reporting)
Proposal: Add an optional prop (e.g.
enableTopScroll /scrollbarPosition="top" | "bottom" | "both"
) to render a synchronized scrollbar at the top.This small addition could make navigation much smoother without breaking changes.
Thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions