Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35272

Decode datatTable aoData.push parmater in controller

$
0
0

Am using Jquery Datatable verion 1.9.4 and spring MVC.I want to pass encoded parameters to controller using aoData.push method. I have used :

aoData.push({"name":"Id", "value":encodeURIComponent(Id)})

but in controller this not automatically decoding. Is there any way to decode the dataTable parameters in controller like filters?

Any help or guidance would be appreciated


Viewing all articles
Browse latest Browse all 35272

Trending Articles