You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to keep the already applied pagination object of the Datatable on Store,
My aim is to set the data that was already applied on the table when I navigate b/w the pages.
I set pagination object with :options.sync="paginationObj"
it keeps the value that I have on STORE only for itemsPerPage and sortBy and sortDesc props but it is strange that it is not working for page
I changed the page on the table, and it is correctly set on the store, when I navigate to another page and come back it resets to page 1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to keep the already applied pagination object of the Datatable on Store,
My aim is to set the data that was already applied on the table when I navigate b/w the pages.
I set pagination object with :options.sync="paginationObj"
it keeps the value that I have on STORE only for
itemsPerPage
andsortBy
andsortDesc
props but it is strange that it is not working forpage
I changed the page on the table, and it is correctly set on the store, when I navigate to another page and come back it resets to page 1.
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions