Fixed columns with Child rows not working
Fixed columns with Child rows not working
Godrules500
Posts: 25Questions: 13Answers: 0
I am using child rows with fixed columns. For some reason, whenever I show the child row, it messes up my fixed column since they do not re-adjust. So instead of showing
1
child row
2
it shows
1
2 child row
2
3
And then the fixed column height stops, and the table keeps going.
This happens even when I do fnUpdate (although fnUpdate is breaking). Is this a known issue, or are these 2 even compatible?
I'll try and create a use case when I can figure out how to do it lol.
This discussion has been closed.
Answers
Unfortunately, at this time FixedColumns is now compatible with child rows in DataTables since the table showing the fixed columns is separate from the main table (floating on top to make it look fixed).
I have thought about this in the past, but to be honest I'm not at all sure how I would implement this.
Allan
same here. very much needed!