Scroller "Loading indicator" visible after filtering
Scroller "Loading indicator" visible after filtering
This is a minor UI bug, but if you filter a table to only show a few records, the "Loading Indicator" dialog box from the Scroller plugin is visible on the table.
This can be seen on the demo page here:
http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html
I also tested this with the latest dev "nightly" release of the Scroller plugin to make sure it wasn't already fixed.
Thanks again for all the hard work.
This can be seen on the demo page here:
http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html
I also tested this with the latest dev "nightly" release of the Scroller plugin to make sure it wasn't already fixed.
Thanks again for all the hard work.
This discussion has been closed.
Replies
Allan
I'm having the same issue and would love to find a solution!
Thank you very much for an incredible project!
-Greg
A useful workaround is to set the loading indicator to false [code]"oScroller": {"loadingIndicator": false}[/code] and the processing indicator to true [code]"bProcessing" : true[/code]. For what I'm doing, the processing and loading indicators are effectively the same so I can switch between them - and the processing indicator does go away.
Keep up the good work