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?
The stateSaveParams option in KTDatatable allows developers to customize how and what data should be stored when preserving the datatable's state across sessions, such as search filters, sorting, or pagination. This feature is particularly useful for building user-friendly interfaces in web applications where preserving preferences improves UX. For instance, just like how Yacine TV APK Mod retains user settings for favorite channels or streaming quality, KTDatatable’s stateSaveParams ensures a personalized and consistent experience every time a user revisits the page.
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"