How to convert DataTable to html Table
How to convert DataTable to html Table
chinniw
Posts: 1Questions: 1Answers: 0
is it possible convert Datatable to Html Table
This discussion has been closed.
Answers
Hi @chinniw ,
If you mean to revert back to the original table, yep, you just destroy the DataTables additions with
destroy()
Cheers,
Colin