Need nested table in CAF

Hi All,

I have to show detail(table) of each reacord in a table. How can I achieve the same.

Consider that I have two doclist as follows,

Doclist1:
t1col1 t1col2 t1col3

1 11 12
2 21 22
3 31 32

Doclist2:
t2col1 t2col2 t2col3

1 211 212
1 221 222
2 231 232

How I want the result in UI is,

t1col1 t1col2 t1col3

1 11 12
t2col1 t2col2 t2col3
=============
1 211 212
1 221 222
2 21 22
t2col1 t2col2 t2col3
=============
2 231 232
3 31 32

Experts, please help me in achieving the same.

If possible include the hide/show for those internal tables (like left panel in the MWS admin page - one option inside another)

Regards,
Suresh.A

You can use simple list inside the table. for example I am having person and each person is having the list of telephone number, so you can make use of the simple list on the telephoner number field of the control scope variable built on the person.

Hi Arijit,

Thanks for the reply.

If you click and drop the document list(of structure mentioned by you) in CAF, the output of the screen is not in the expected way, that’s the reason I asked for the solution for this.