Open jing-li-ux opened 6 years ago
Sorry no plans to add that, nice idea though
@nealus, we also need this feature since we have to support tablet view at least. Something similar to this Golden Layout example where you can programmatically change the order of the tabsets from column to row (vice-versa). Is this possible with FlexLayout?
You can certainly do this in code using the moveNode action. The model also has a convenient visitNodes method that may help.
Thanks. I will try this option, however, that visitNodes seems not mentioned anywhere in the README file.
Found that visitNodes. Thanks again for the support.
Hi,
Are there any plan to make Flex Layout Mobile size screen friendly? Like maybe the tabsets can just display like stack of cards?
Thanks!