in my application i have dropdown i need to pass the value to serverside to get the new json data i need to update the existing table with new data, how can i do this
If I understand you correctly, you should be able to use the fnReloadAjax plugin to reload from a different source: http://datatables.net/plug-ins/api#fnReloadAjax
Replies