Page 1 of 1

[INFO REQ] Splitter expand and collapse in Drag from Grid example

Posted: Thu Feb 18, 2021 12:11 pm
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


Re: [INFO REQ] Splitter expand and collapse in Drag from Grid example

Posted: Thu Feb 18, 2021 12:40 pm
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

Re: [INFO REQ] Splitter expand and collapse in Drag from Grid example

Posted: Thu Feb 18, 2021 1:48 pm
by jandresampaio

Thanks!