Assigning aaData on the client side in Scroller
Assigning aaData on the client side in Scroller
Hi Allan,
My application has large number of rows to be displayed on screen with html and dynamic icons in each cells.
I do not want to use fnClearData and then use fnAddData.
This freezes my browser. So I came across scroller wich deferred rendering on client side processing.
The problem is I do not have the array when the page loads. Its later with an ajax call.
The other problem is I keep getting new set of data frequently and I want the scroller to use this new data object as source
Is there a way to store these data sets in a javascript object and use that a source to aaData for scroller to render.
Thanks,
Gaurav
My application has large number of rows to be displayed on screen with html and dynamic icons in each cells.
I do not want to use fnClearData and then use fnAddData.
This freezes my browser. So I came across scroller wich deferred rendering on client side processing.
The problem is I do not have the array when the page loads. Its later with an ajax call.
The other problem is I keep getting new set of data frequently and I want the scroller to use this new data object as source
Is there a way to store these data sets in a javascript object and use that a source to aaData for scroller to render.
Thanks,
Gaurav
This discussion has been closed.