enable Loading Indicator for server-side filtering/sorting
enable Loading Indicator for server-side filtering/sorting
Hi,
Is it possible to enable loading indicator from scroller also work for server-side filtering and sorting?
As an example (http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html)
If only for scrolling and first-time loading, the Loading indicator works well, but for other request, the page will just remain seem-to-be no response and redraw after the JSON was returned
It may not be that obvious from the link above, but it is possible to observe that there is a delay on entering the filter word, and showing the result.
Is it possible to enable loading indicator from scroller also work for server-side filtering and sorting?
As an example (http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html)
If only for scrolling and first-time loading, the Loading indicator works well, but for other request, the page will just remain seem-to-be no response and redraw after the JSON was returned
It may not be that obvious from the link above, but it is possible to observe that there is a delay on entering the filter word, and showing the result.
This discussion has been closed.
Replies
the "processing" indicator IS there, and it IS working, it's just its z-index is not big enough. Grant it a big number helps me!