some docs get really long and not easy to work with or to quickly find what are you looking for. For example, in one section break has multiple tables and field, is quite long with long scrolling.
what I need:
any way to have section break inside section break?
I have section break “collapsing”, inside it 16 tables:
I want in every table has section break to can I open it or close it
But at the end includes the first “section break” does not come out of it, how can I do it?
If I make each table has section break they separate and are not included for the first section break!
I have a section break and then a number of tables come, each table contains a number of elements, “is quite long with long scrolling”, I need each table separates it, so I do not have to show all tables only what I need
If I make each table has section break they separate and are not included for the first section break!
Can you group them according to some common characteristics or other commonality ?
For eg., paper forms have a section for For Office Use, or Statutory Details. All the details under it are related to a PURPOSE. So are there tables with common purpose - then group them under the same section break with a relevant name and allow it to be collapsible by default. This by default collapsible behavior can be seen in the Employee doctype where the Employee’s info section is visible whereas all others are collapsed.
So far I have not found the right solution,
But I thought to create a HTML field and put collapsible html and tables inside it ,
But how can I bring the child table to HTML field " not its values"
How can I fetch all the fields, not only the values, but the whole field, so that the user can deal with them naturally and not just value for display
I think that it’s easier to try to “inject” some html with jQuery in between the child tables. But remember that (at least in v11.1.30), if you have more than 1 child table in the same section a “delete all rows” of one (by selecting them and clicking in delete rows) all the section is cleared.