Datatables stuck on “Processing” when using multiple column filter. Failed to load resource
Datatables stuck on “Processing” when using multiple column filter. Failed to load resource
Hi , We are implementing multiple column filter using datatables.net server side, our code is working during debug mode but not when deployed in our IIS server.
We got failed to load resource error when filtering multiple items:
Below is the request sent by the datatable to my DataProviderAction controller
Looking at the URL I think below line causing the problem but I don't know why it is generating this one. I got the error in chrome debugger but in IE there is no error.
sColumns=%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C%2C
Any help is appreciated. I am stuck on this for weeks and I cant find any solution.
Thanks!