I’m not certain what dataTables API to use (if there is even one) to accomplish this. Something like pTable.fnFilter(‘active’) but that keeps all the filtering and sorting already present in the table. Is there a function to update the server side call but maintain the filtering and sorting?
Thanks!