datatable headerStyle is applied to body and footer colgroups. headerClass is not. #888
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I have run into this trying to use headerClass for horizontal scrolling.
When using headerStyle, the style is applied to the header and colgroups in the body and footer (this means the whole column is the same width for example). This isn't the case when using headerClass. The expected behavior was to apply the class to the header and colgroups like headerStyle, but instead it is only applied to the table header. This results in the header being larger than the body and stops the horizontal scrolling from working as expected (since I am using a headerClass to set width).
The text was updated successfully, but these errors were encountered: