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.
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.