caplin / FlexLayout

Docking Layout Manager for React
MIT License
942 stars 175 forks source link

Mobile size friendly #38

Open jing-li-ux opened 6 years ago

jing-li-ux commented 6 years ago

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!

nealus commented 6 years ago

Sorry no plans to add that, nice idea though

nelsieborja commented 3 years ago

@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?

nealus commented 3 years ago

You can certainly do this in code using the moveNode action. The model also has a convenient visitNodes method that may help.

nelsieborja commented 3 years ago

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.