how can i add ScrollY, without my footer being hidde.
how can i add ScrollY, without my footer being hidde.
Ajin56
Posts: 4Questions: 2Answers: 0
https://live.datatables.net/lucidiba/230/edit
add line to hide footer
scrollY:true,
I try to use: https://live.datatables.net/vatejizi/1/edit but the footer is duplicated
This question has an accepted answers - jump to answer
Answers
You are initializing Datatables without a footer so it doesn't recognize the one you add later, Move the code above the Datatables init code, like this:
https://live.datatables.net/lucidiba/232/edit
Kevin
Thanks you Kevin