I am using the Datatable plugin
http://www.datatables.net/examples/basic_init/zero_configuration.html
to populate the table I use jquery .html() function and pass the table content to it .
the problem is after the data is appended to the table all the sort , paginate and search functions are not working anymore , each change on these removes the data from the table .
can anyone help me with this problem please ?
thank you