Server Side Processing – Local json object usage
Server Side Processing – Local json object usage
manojhanchate
Posts: 2Questions: 0Answers: 0
I have the data present as a local json object, which is generated by the external web service. I don’t have control on the external web service to have the json object modified in the Datatables specific format. Could it be possible to use the new local json object which is created (client side) using the data present in the original json object. Please note that the data volume is high and I wanted to achieve all sorting, filtering and paging options too.
This discussion has been closed.
Replies
If you want to use server-side processing, then a local JSON object isn't going to work, since you'd need to load the whole lot to the client-side anyway.
Allan