Fixed footer with scrollx/y
Fixed footer with scrollx/y
Hi all,
I'm using a fixed header (scrollx/y) but need to be able to show totals. I assumed I could do this using the footer but with the fixed header and the scroll section the footer is outside the scroll area.
$(document).ready(function () {
$('#dbdata').DataTable({
paging: false, "scrollX": true, scrollY: '60vh',
scrollCollapse: true
});
});
Any ideas on how to get the footer inside the scroll region?
thanks
Answers
Found another (unresolved) question on the same subject - http://datatables.net/forums/discussion/21972/how-to-have-horizontal-scroll-bar-below-footer