How can I reset my jquery datatable when I filter the associated jquery donut chart?

How can I reset my jquery datatable when I filter the associated jquery donut chart?

pufferfish27pufferfish27 Posts: 1Questions: 1Answers: 0

I have a datatable with a donut chart. When I click a section I want to reset the pagination of the table.

$("#myForm").submit(function(e) {
table.fnPageChange(0);
table.fnReloadAjax();
return false;
});

Something like this may work?

This discussion has been closed.