Our blazing fast Grid component built with pure JavaScript


Post by Webethics »

Hello

We need a single scrollbar for entire grids instead of a scrollbar with each grid. Is that possible? Or can we hide the scrollbar from the grids?

Please see attached screenshot.

https://prnt.sc/IQErK3RY63ZJ

Thanks


Post by alex.l »

No, it is not possible, you can partner all grids and scroll them all together.
https://bryntum.com/docs/grid/api/Core/helper/util/Scroller#function-addPartner
https://bryntum.com/docs/grid/api/Core/helper/util/Scroller

Or change width for entire container using CSS and use full width for grids. In that case you will have scroll for parent container only.

Or can we hide the scrollbar from the grids?

Scrollbar visibility managed by your browser and/or OS settings.

All the best,
Alex


Post Reply