Hi, Please help me on this issue. Datatable is not updating with the server data. When I perform any operations like ordering / Paging/ Refreshing the datatable ( using fnDraw ), it stucks with "processing" text. Nothing happens.
Thanks Pradeesh
Issue got fixed, Earlier i was passsing 1 by default to sEcho variable from server side. I changed that to sEcho = param.sEcho. Now it works fine.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Issue got fixed, Earlier i was passsing 1 by default to sEcho variable from server side. I changed that to sEcho = param.sEcho. Now it works fine.