PrimeVue DataTable paginator page number #395
-
Hello I wanted to make the DataTable remember which page I was on and which rows were displayed and how many rows-per-page i had selected to display. Has anybody dealt with this kind of issue before? What other information should I provide?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
first
property can be controlled via page and sort emits. Here is an example: https://stackblitz.com/edit/sz2c5q?file=src%2FApp.vue%3AL7