DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
622 stars 423 forks source link

fixedHeader requires extra css to show multiline <th> elements #155

Open mrlife opened 4 years ago

mrlife commented 4 years ago

For a header that has text that wraps for some columns, I found I needed to add this CSS in order to show all the text. Otherwise, only the bottom line of text is visible once the "fixed" functionality is activated.

Is this as expected?

.fixedHeader-floating { top: 35px !important; }

DataTables commented 4 years ago

Not really - can you give me a link to a page showing the issue please.