Hello, I do not want the filters field to be stored in the stateSave section. According to my research, we can do this with stateSaveParams, but I could not get this to work in KTDatatable. Anyone have any ideas?
Hi
stateSaveParams is the params from datatables.net plugin. We do not use it.
As a workaround. In the table element, you can set it to disable it.
<div data-datatable="true" data-datatable-state-save="false"