Hi!
I have a listview containing a template with a sparkline in.
I have around 15 items in the listview and it takes about 8 seconds to load the page and create all the sparklines.
Today, nothing is shown before all sparklines are created (i'm using the data-init event).
It feels like the application has stoped responding so I want to change this behaviour.
I want the page to load faster and after it has finished loading, it start to create the sparkline asynchronisly (like ajax updates)
Is this possible?
Regards,
Per
I have a listview containing a template with a sparkline in.
I have around 15 items in the listview and it takes about 8 seconds to load the page and create all the sparklines.
Today, nothing is shown before all sparklines are created (i'm using the data-init event).
It feels like the application has stoped responding so I want to change this behaviour.
I want the page to load faster and after it has finished loading, it start to create the sparkline asynchronisly (like ajax updates)
Is this possible?
Regards,
Per