I need to change the data of present table with different ajax source without creating new table

I need to change the data of present table with different ajax source without creating new table

knockatknockat Posts: 2Questions: 0Answers: 0
edited April 2010 in General
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

Replies

  • pimperishpimperish Posts: 17Questions: 0Answers: 0
    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
  • knockatknockat Posts: 2Questions: 0Answers: 0
    thank you it helped me a lot
This discussion has been closed.