I have a treegrid with two headers.
When I put a colspan on some of the columns in the top header, the border on the last colspan column is not displayed.
This happens with value 4.
colspan: 4
If the value is 2 or 3 the border of the last column cell is displayed, but when the value is 4 - it isn’t.
This issue seems to happen when the columns are set via the setColumns
method.