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.
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.