Column with FixedColumn has empty header
Column with FixedColumn has empty header
hobbit36
Posts: 8Questions: 2Answers: 0
I have a DataTable in which leftmost column is fixed using -> FixedColumn: true. The problem is that the given column frozen has a blank header (it's just white). Everything else is perfectly fine, I just can't see the column name for the first column.
Here's a test case - https://jsfiddle.net/r825fykp/8/.
This discussion has been closed.
Answers
Anyone know how to fix this? I think my test case does a good job of showing what's going on (the first column name is just blank).