Scroller "Loading indicator" visible after filtering

Scroller "Loading indicator" visible after filtering

scottebyscotteby Posts: 5Questions: 0Answers: 0
edited February 2013 in Plug-ins
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.

Replies

  • allanallan Posts: 61,761Questions: 1Answers: 10,111 Site admin
    Yup - the loading indicator is shown in the background, and is always present. So that's wrong... Thanks for highlighting that. I will look at fixing it early next week if I can.

    Allan
  • gregpuliergregpulier Posts: 1Questions: 0Answers: 0
    Hi,

    I'm having the same issue and would love to find a solution!

    Thank you very much for an incredible project!

    -Greg
  • jdaltonjdalton Posts: 1Questions: 0Answers: 0
    Hi

    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
This discussion has been closed.