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!
Hi, can I add this functionality using client script? If yes, please help me write the code for this
Or if it is not possible to add using a client script, then how can it be done?