Builtin nested layouts #436
ryanhamilton
started this conversation in
Ideas
Replies: 2 comments
-
|
I experimented with getting this to work for the demo Sublayout using onTabDrag. Allowing drop ins from the top level to a sublevel is easy, simply check if we are dropping into a "sub" pane and if so add it there. Two problems:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've now got it moving items back from child but I think that's as far as I can take this without advice: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Previous users have requested nested tabs as shown below:
Requests:
#426
#190
#157
Currently a dev has to:
Proposal:
Allow everyone to create nested layouts seamlessly.
Conceptually a nested layout can be considered as not existing for most use cases.
If you have [a ,[b, c] ] there doesn't have to be a need for most devs to know that b/c are nested.
The framework would
a) Provide a nestedTab as part of it's factory before calling the user defined factory.
b) For all other calls, behave as if the nesting doesn't exist.
Example Image:
Another alternative from a similar layout framework is shown below:
Notice it:
But the important part is that the user can created nested tab, without the factory or developer having to do much.
Beta Was this translation helpful? Give feedback.
All reactions