using node js and bootstrap I am developing a web application . I have a table implemented using Data Table. I am performing my search and sort using server side code . Initiall
I know this is an old post, but see: https://datatables.net/extensions/scroller/examples/initialisation/server-side_processing.html
From what I can see you should just have to add:
scroller: { loadingIndicator: true }
To your .dataTable({ init.
.dataTable({