I am using JQuery DataTable and I want to dynamically change the settings (ideally WITHOUT having to delete/recreate the table). Is there a way to rebind the table or is that not possible?
I have provided a live demo HERE.
In my current example, I only want to change the sPaginationType setting. My goal is to do the following:
BEFORE

AFTER

Can anyone help?