Scroller is showing paging buttons
Scroller is showing paging buttons
marcesdan
Posts: 3Questions: 1Answers: 0
Hello! I have this configuration of datatables:
"datatables.net": "1.10.19",
"datatables.net-bs4": "1.10.19",
"datatables.net-responsive-bs4": "2.2.3",
"datatables.net-scroller": "2.0.0",
and the options object
{
lengthChange: false,
info: false,
searching: false,
scrollCollapse: true,
scrollY: 600,
scrollX: true,
deferRender: true,
responsive: true,
paging: true,
procesing: false,
scroller: {
loadingIndicator: true
},
}
I don't understand why it shows the paging buttons when I enable scroller extension. When in this comment it says that it is impossible to happen...
https://datatables.net/forums/discussion/comment/63105/#Comment_63105
Thank you for helping!
This discussion has been closed.
Answers
It was solved using the field
dom: 'frt'
but is not working well, the "sLoadingRecords" message is shown forever on the first scroll. Maybe now the problem is different...
I solved it, my configuration was wrong. The correct packages were: