Server-side processing stuck at processing even thought valid JSON returned

Server-side processing stuck at processing even thought valid JSON returned

fsf86fsf86 Posts: 2Questions: 0Answers: 0
edited July 2013 in General
Hi Allan,

First off great work Datatables.net plugin is invaluable.

The pagination is not working. The table is stuck at 'Processing'.

So far I have only implemented pagination on the server-side by using limit and offset.

The server side processing is valid, the returned JSON object returned is also valid, the fnDrawCallback is never triggered except on the page load.

Link: http://firenode.com/sandbox/finder/files/node_admin/index.php/node/scheduler

The table is at the bottom (Schedules)

Can you please help?

Thanks in advance,
Fouad

Replies

  • fsf86fsf86 Posts: 2Questions: 0Answers: 0
    I got it! I forgot to re-set the sEcho back before returning the json. Works like a charm, cheers.
This discussion has been closed.