Request new features or modifications


Post by vadim_g »

Hi team

can we have a reserveScrollbarSpace config for Tree Grid, that would show the scrollbar by default, otherwise it's ugly to see the shift to left on node expand (see the Gif please)

cara.gif
cara.gif (67.65 KiB) Viewed 18927 times

Thanks
Vadim


Post by alex.l »

Hi Vadim,

Looks like wrong layout of component on the page. Scroll should not appear on header level. What will happen when you scroll down? Will it scroll data or the entire grid? Do you see this in our demos? https://bryntum.com/products/grid/examples/sparse-index-tree/

Screenshot 2025-11-24 at 14.58.45.png
Screenshot 2025-11-24 at 14.58.45.png (177.52 KiB) Viewed 18919 times

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post by vadim_g »

Hi Alex,

sorry should have added the Codepen as well

https://codepen.io/Maxim-Porcari/pen/EaKXgXP


Post by marcio »

Hey Vadim,

I tried your CodePen and don't see the behavior you mentioned.

Which OS and browser are you using?

Attachments
Screen Recording 2025-11-24 at 19.00.56.mov
(2.49 MiB) Downloaded 514 times

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post by Animal »

Configure your grids with

scrollable : {
    overflowY : 'scroll'
}

Post by vadim_g »

Thank you Animal, that worked.


Post Reply