How can i fix size of datatables
How can i fix size of datatables
medamahesh
Posts: 1Questions: 1Answers: 0
I need to add a vertical scroll bar , if number entries is increased from 10 to 100 , now its resizing to 100 records. I need fixed header and footer which has pagination buttons, and add scroll bar for the overflown records.
Thanks in advance
This discussion has been closed.
Answers
I think one problem you are going to have is the fixedHeader extension is not compatible with the Datatables scrolling features.
https://datatables.net/extensions/fixedheader/
Kevin