How can I refresh DataTable without loading the page?

How can I refresh DataTable without loading the page?

Sanjana31893Sanjana31893 Posts: 2Questions: 2Answers: 0

I am using a multi-column search functionality in my Datatable, I also have a reset button which clears all the searches and gets the DataTable to it's default state.
That works fine.
But I want to know how to reset the datatable without refreshing the page..??
Please help.
Thanks in advance.

The following is the html for Reset Button:
<button class="Reset form-control" id="reset">Reset table to Original State</button>

The following is to reset table to original state
oTable.fnDraw();

Sign In or Register to comment.