Please help with my datatable. When I am on page number 5 and navigate to a new page through the navbar, where the new page also has a datatable, the page number does not reset to 1 but remains at 5. How can I reset the page number to the beginning when switching pages?
Hi
Please set this attribute to false; data-kt-datatable-state-save="false"
And set the id for the datatable.
Example below;
<div data-kt-datatable="true" data-kt-datatable-page-size="5" data-kt-datatable-state-save="false" >
thank u