Premium support for our pure JavaScript UI components


Post by jandresampaio »

Hi,

On the "Drag from Grid" example - https://www.bryntum.com/examples/scheduler/dragfromgrid/:
-how can we add the arrows to the Splitter, in order to expand the Scheduler or the Grid, similar to the behavior of the Scheduler locked grid Splitter?
-expand and collapse one of the sides (Scheduler or Grid), using the API?

Thanks


Post by mats »

-how can we add the arrows to the Splitter, in order to expand the Scheduler or the Grid, similar to the behavior of the Scheduler locked grid Splitter?

Not currently supported, we've opened this feature request to look into it. https://github.com/bryntum/support/issues/2406

-expand and collapse one of the sides (Scheduler or Grid), using the API?

For now you can control this with setting 'width' (need to clear 'flex' before doing so too)

grid.width = 0

Post by jandresampaio »

Thanks!


Post Reply