Footer not fixed

Footer not fixed

ky2ninhky2ninh Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
Wonder if this is a known bug?

I have a table with , and . When the page first loads, the header is fixed but the footer is not when scrolling, ie. the footer is not visible when first the page first loads up, and thereafter if scroll down and then scroll up, the footer is not visible. If I refresh the page, then footer will also become fixed and working from then on. But if I navigate to another page, then come back to the same page, again the footer is not fixed and required a refresh of the same page.





$(document).ready( function () {
var element = document.getElementById('itemsTable');
new FixedHeader( element , { "bottom": true} );
} );
This discussion has been closed.