Loading widget while listview is not fully loaded in the page

0
Hi,   I have the following situation: I am displaying a list on a page via a list view. The list is pretty big and although everything in the structure down to the list headers gets loaded instantly, the list contents take a bit to be loaded into the browser. I want to display a loading circle while the list is not yet showing. When it loads, I want the loading circle to disappear.    Could you please help me out with ideas on how to solve this?  Thanks!
asked
1 answers
0

Hi Cojocaru, 

 

I found something that might be interesting to you: 

GitHub - appronto/DataviewLoader: A simple widget to place a loading gif when content is loaded on the page.

 

 

 

answered