What version are you using?
2.18.0
What browser?
All
What did you expect to happen?
Changing pages would update the pagination details at both the top and bottom of the table. i.e. "1 of 20" would become "2 of 20" in both section.
What actually happened?
If you change the page at the top of the table, the pagination details at the bottom of the table do not update. So if you go from page 1 to page 2 at the top of the table, the bottom of the table will still read "1 of 20". The same thing occurs if the change the "Rows per page" value.
:pagination-options="{
enabled: true,
mode: 'pages',
position: 'both',
perPage: 3
}"
@dylanvanes yeah, this is not currently available. 'both' is not an officially supported option for position:
https://xaksis.github.io/vue-good-table/guide/configuration/pagination-options.html#position
Currently, VGT only supports top or bottom.
closing.
Hi @xaksis any plans to add both option in pagination position.
@xaksis would you accept a PR for this?
Most helpful comment
Hi @xaksis any plans to add
bothoption in pagination position.