DataTablesSrc icon indicating copy to clipboard operation
DataTablesSrc copied to clipboard

fixedHeader requires extra css to show multiline <th> elements

Open mrlife opened this issue 5 years ago • 1 comments

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; }

mrlife avatar Feb 14 '20 19:02 mrlife

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

DataTables avatar Feb 14 '20 20:02 DataTables