ReUsing datatables

ReUsing datatables

shafiqkrshafiqkr Posts: 23Questions: 0Answers: 0
edited January 2012 in Plug-ins
Hi,
i am using datatables plugin to display data in ajax jquery and asp.net.
when page loads,i display data in table1 with datatables plugin.all is working well till now.i have a drop down on the top ,from where user can select any value. to searchh result in database and display result back on table1.Now the issue is when i select a value from dropdown and display result again on same table,then datatables functionality do not work(pagination etc)...table1_wrapper do not recreated for new time so old value exists....what i do in this case?simply how to update table with ajax result

Replies

  • allanallan Posts: 61,686Questions: 1Answers: 10,100 Site admin
    http://datatables.net/plug-ins/api#fnReloadAjax will allow you to reload an Ajax source.

    Allan
This discussion has been closed.