Is it possible to make tabs within tabs?

Hi there, I am creating a custom doctype in my ERPSystem, but I ran into an issue, I need nested tabs for this doctype, so when I go into one of the tabs in my doctype I need to have some more multiple tabs inside that one tab. How can I achieve this in ERPNext?

Hi @edi,

You cannot directly create nested tabs within tabs in a doctype. However, you have an alternative solution option like Use Sections.

Thank You!