I have created DHTMLX grid using HTML table. We are iterating on particular variable and dynamically display the rows, I need to create sub row of each row.
Below is the example structure which I am trying this but not working:
1
2
3
4
5
6
the second tr is always comming as we are iterating…Could you please help me on this?
In addition to the above scenario when we are making any td as sub row and writing table in it it gives the table in sub_row also and in the main row also.
As per the attached snapshot (previous.jpg and After.jpg).
Previous.jpg will show the grid before adding any data to sub_row.