I'm following the methods described here:
https://datatables.net/examples/server_side/pipeline.html
But, when I want to reload the table with new data, table.ajax.reload(); does not work. I can get it to work, if I remove the pipeline function.
Thanks,