Table is stuck in "processing" mode

Table is stuck in "processing" mode

enderortakenderortak Posts: 1Questions: 1Answers: 0

Hi,

When I try to update data in my table (paging or filtering), it is stuck in processing mode and data is not updated. No console errors, just stuck. Here is all info about my table and the issue:

  • Debug info: http://debug.datatables.net/oqokiy
  • I checked the ajax response using fiddler, it is executed w/o problem
  • Valid json data when I click next page: https://www.jsoneditoronline.org/?id=7bfa768530c84ad56a969eb1ee92c69b
  • I use my custom server-side filtering using a code like: "oTable.ajax.url( ajaxUrl + '?' + filter-inputs).load()}); " and it is stuck when I apply filters too
  • I wrote a helper class for my .NET application to use datatables, this code is generated by it and it works excellent for another table.

Any help would be appreciated.
Thanks in advance.

This discussion has been closed.