bServerSide, iDeferLoading, fnRender, first page of data.
bServerSide, iDeferLoading, fnRender, first page of data.
I have a data table, which is using Server-side processing and deferred loading so that I can pre-load the first page.
I am rendering things in a custom way (images, select lists, etc).
How should I be loading the first page of data?
Currently, I get the data as an array of JSON objects and then I call "fnAddData". Whether or not I call it with "true" or "false" for the 2nd parameter, it seems to try to load data from the server.
How do I handle this situation properly?
Tom
I am rendering things in a custom way (images, select lists, etc).
How should I be loading the first page of data?
Currently, I get the data as an array of JSON objects and then I call "fnAddData". Whether or not I call it with "true" or "false" for the 2nd parameter, it seems to try to load data from the server.
How do I handle this situation properly?
Tom
This discussion has been closed.
Replies
I needed to put the first page of data into the "aaData" option field.
Allan