Select feature behaves weird after setting destroy:true
Select feature behaves weird after setting destroy:true
I had to destroy and build a new table whenever the client clicks on a button, (I load up a completely different set of data from ajax).
The table should have a selection feature where the client can select a single row of table.
http://live.datatables.net/lexaconi/1/edit
I have included a datatable live:
Initially, the selection works perfectly, but after you click on the rebuild button on top, the selection feature no longer works.
In my case, the selection feature does work, but it is no longer unselecting selected row. (I wanted it to be single select).
What should I do ?? Did I misunderstood something about destroy:true??
Answers
Hello?? anyone can help plz!!