Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with inner table #6

Open
survivant opened this issue Jul 19, 2016 · 1 comment
Open

working with inner table #6

survivant opened this issue Jul 19, 2016 · 1 comment

Comments

@survivant
Copy link

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
Copy link
Owner

ashl1 commented Aug 26, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants