Page 1 of 1
Nested Tabs
Posted: 2021-10-12 11:23
by mdspine
Hi
I can make tabs with appgini helper
But how do you make nested tabs?
Thanks
Re: Nested Tabs
Posted: 2021-10-12 12:29
by jsetzer
I am not 100% sure about what you mean by nested tabs, because I haven't seen it for Bootstrap 3 with full browser- and OS- compatibility, yet.
AGH JS library does only provide functions for building custom tabs but not for nesting custom tabs in custom tabs.
But I think it may be possible using additional HTML for building your own tab-strip control and then moving other DOM elements there by using jQuery.
Re: Nested Tabs
Posted: 2021-10-13 00:56
by mdspine
Sorry I was not clear by nested tabs see example
https://codepen.io/brylok/pen/zawdJ
BTW I am using appgini helper for creating tabs. I want some advise to create child tabs within the parent tabs
Samuel
Re: Nested Tabs
Posted: 2021-10-13 04:04
by jsetzer
Sorry, the library does not have any built-in functions for nesting custom tabs in custom tabs. You will have to code this using jQuery for example.
If you need structured layout within a custom tab perhaps collapsible panels can help:
https://appgini.bizzworxx.de/products/j ... le-panels/
Those can be added to custom tabs.