Is the scroller loadingIndicator option deprecated?
Is the scroller loadingIndicator option deprecated?
redfellow
Posts: 13Questions: 6Answers: 0
This page indicates that there's a loadingIndicator option https://datatables.net/reference/option/scroller
It can also be found in the serverSide example of scroller. Yet it doesn't seem to do anything for me and looking at the library code, there's no matches for the keyword.
https://cdn.datatables.net/v/dt/dt-2.1.7/sc-2.4.3/datatables.min.js
This question has an accepted answers - jump to answer
Answers
Yes - Scroller now uses the default DataTables processing indicator (
processing
).Allan