datatable with big datasets and loadnext

how do I tell loadNext that the data being loaded is “jsarray”?
dynamic loading seems to work if the result is json;
if I create a datatable with datatype:“jsarray” and try dynamic loading I see empty columns; the amount of rows is correct, but the content is empty; the response of the server is correct;
it seems to work if the result is json;
if datatype is jsarray, the url (without dynamic loading) works perfectly;
is there a solution or should I change the code implementing json?
(we choosed jsarray because it’s the shortest answer so the quickest way of loading data)
thanks!

I suppose there is no solution to this :slight_smile:
so I simply rewrited code for return values changing jsarray-modes to json-std … everything was simple and worked well …
this component is really nice and does a lot of things; it just lacks a little bit on documentation … but trying hard you can do the things you want to do!

That’s it . Curently dynamic data loading is supported only for JSON and XML data formats.