I was hoping to just upgrade to DataTables 2.2.0 from 2.1.8 without any code changes or issues, but columns are not adjusting like previously when a table is cleared and new rows added.
I know I need to work up a test case so that it can be debugged appropriately. I can't load videos to show the issue so I will try to describe in images.
With DataTables 2.1.8 there are 4 images, the details table column layout looks like I would expect it.
[DataTables 2.1.8] No parent rows selected and the details table column layout looks like I would expect it.
[DataTables 2.1.8] After selecting the 1st parent row the details table is populated and the column sizing looks like I would expect it.
[DataTables 2.1.8] After selecting the 2nd parent row the details table is populated and the column sizing looks like I would expect it.
[DataTables 2.1.8] After selecting the 1st parent row again the details table is populated and the column sizing looks like I would expect it.
With DataTables 2.2.0 there are 4 images mirroring the 2.1.8 images.
[DataTables 2.2.0] No parent rows selected and the details table column layout is already different with the last column species out of view.
[DataTables 2.2.0] After selecting the 1st parent row the details table is populated and the column sizing is not what I expected.
[DataTables 2.2.0] After selecting the 2nd parent row the details table is populated and the column sizing is almost what I expected
[DataTables 2.2.0] After selecting the 1st parent row again the details table is populated and the column sizing is not what I expected.