0

vue-good-table allows pagination like following:

enter image description here

But I need pagination like below image:

enter image description here

Is there any way to have that pagination style using vue-good-table?

Community
  • 1
  • 1
Md Riadul Islam
  • 1,273
  • 11
  • 25

1 Answers1

1

It would seem no. These are the available types.

https://xaksis.github.io/vue-good-table/guide/configuration/pagination-options.html#mode

Or you can edit the source code.

https://github.com/xaksis/vue-good-table/blob/master/src/components/VgtPagination.vue

artoju
  • 1,612
  • 12
  • 12