ashl1 / datatables-rowsgroup

The Datatables feature plugin that groups rows (merge cells vertically) in according to specified columns.
Other
95 stars 94 forks source link

working with inner table #6

Open survivant opened 8 years ago

survivant commented 8 years ago

I have a demo that I used with datatables with inner table using ajax.

I have rows. On the first columns of each rows I add a collapse/expand sign. When I click on that link, it do a new ajax call and it will create a inner table (using the same layout at the main table) and this table will be insert after a row group.

The problem is the row containing the inner table dissapears once the rowgroup kick in. and if I put this line in comment in my inner table declaration, it will works : // rowgroup[0,1]

I'll try to make a demo that is not using proprietary code.

ashl1 commented 7 years ago

Yes. Please provide the code produced the error. You might use https://jsfiddle.net or something similar.