I am using nestedHeaders
with manualColumnResize: true
and stretchH: 'last'
.
All columns get rendered correctly and the last one were screeched until the width end. However if I resize the first column and to be bigger and than resize it to a width smaller then the header text the first column width has the header text width not what I resized to and the last column were resized considering the first resized width value so it is bigger than the expected.
Code example:
https://jsfiddle.net/y0z65jq4/