what is the way to load DataTable from ajax call based on user input?
what is the way to load DataTable from ajax call based on user input?
debanjanmukherjee
Posts: 1Questions: 1Answers: 0
Hi
I am trying to create DataTable dynamically from Ajax call based on some radio button input from user. I am using bDestroy as well as empty(), but it is not destructing the column structure of the table rather it is overwriting on the old table, so some unwanted columns from previous ajax call is still remaining in the present call's created table.
This discussion has been closed.