If I use the "dom" option for buttons "B" then the fixed header doesn't work

If I use the "dom" option for buttons "B" then the fixed header doesn't work

measterbromeasterbro Posts: 33Questions: 9Answers: 0

I am using:

"dom": '<"top"Bif>rt<"bottom"flp><"clear">'

If I remove the 'B' then the table header is fixed. Otherwise, it doesn't work.

"fixedHeader": [
{"header": true},
{"headerOffset": $('#fixed').height()},
{"headerOffset": 50}],
                "pageLength": 50,
                "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],
"dom": '<"top"Bif>rt<"bottom"flp><"clear">'

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.