Header widths calculated incorrectly in Firefox
Header widths calculated incorrectly in Firefox
![tikabom](https://secure.gravatar.com/avatar/94f17d03d0632642faebde73e8066a3d/?default=https%3A%2F%2Fvanillicon.com%2F94f17d03d0632642faebde73e8066a3d_200.png&rating=g&size=120)
I have a Datatable instance that is initially hidden and is displayed on a button click.
I used columns.adjust().draw()
on the button click to recalculate column widths to fix header alignment. This works perfectly for Chrome. But on Firefox the headers are still a little off, due to which the sorting options on the header are not visible.
Here's the screen shot from Chrome: https://www.dropbox.com/s/650f7t15iw05xn1/chrome.JPG
Here's the screen shot from Firefox: https://www.dropbox.com/s/d6gj94naskkkgy8/firefox.JPG
As you can see, the last column header "Date Modified" has moved out of the scroll bar.
I am also using the scrollY scrollY
option. Is there any fix for this?
DataTables 1.10
scrollY
Header Alignment
Firefox