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

How avoid mixed column when using inner table? #41

Open
codevite opened this issue Oct 20, 2016 · 3 comments
Open

How avoid mixed column when using inner table? #41

codevite opened this issue Oct 20, 2016 · 3 comments

Comments

@codevite
Copy link

codevite commented Oct 20, 2016

I need to have an inner table inside the Master table. (Multi Level details)
But the Header of the childs are added to Master table.
And If I define a fixed column alse take the column of childs.

How can I avoid this effect?
innererror

Great plugin!

@scafuz
Copy link

scafuz commented Jan 3, 2017

had the same issue, i've a patch that wiill submit that fixes the problem.

@scafuz
Copy link

scafuz commented Jan 3, 2017

couldn't upload a patch, try the uploaded one.
basically the problem is that fixed row and columns are taken using a .find() method, but if you have more than one table you end up finding too much elements;
using .children() instead fixedmost of the problems. I also commented out all jquery-ui specific css as they broke most of the layouts.

nested-table.diff.zip

@jscho13
Copy link

jscho13 commented Feb 4, 2019

Works for me as well. Is it possible you could fork this solution and make a PR?

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

No branches or pull requests

3 participants