Fixed columns with Child rows not working

Fixed columns with Child rows not working

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

Answers

  • allanallan Posts: 62,524Questions: 1Answers: 10,273 Site admin

    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

  • apfzapfz Posts: 2Questions: 0Answers: 0

    same here. very much needed!

This discussion has been closed.