Fixed footer with scrollx/y

Fixed footer with scrollx/y

kevino4076kevino4076 Posts: 4Questions: 2Answers: 0
edited August 2015 in Free community support

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

This discussion has been closed.