FixedHeader only shows bottom of column headers when using
tags
FixedHeader only shows bottom of column headers when using
tags

I'm using DataTables 1.11.5 and FixedHeader 3.2.2
For column headers I'm using multi-line labels using <br> tags
Only the last line of the label shows
Not using any options other than fixedHeader: true
This discussion has been closed.
Replies
What you described seems to work here:
http://live.datatables.net/hoyaqija/1/edit
Make sure you have all the correct style integration files for the style framework you are using with the Download Builder. If you still need help please post a link to your page or a test case (update mine) replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
I figured it out - the top portion of the header was being covered by a Bootstrap 4 'sticky' menu bar - as a hack I added two <br> before the column label and that works (though a bit odd before the sticky header kicks in)
Thanks