How to handle a lot of pages ? #164
Unanswered
jonathanoeijoeng
asked this question in
Help & support
Replies: 1 comment
-
Specify a https://laravel-vue-pagination.org/guide/api/props.html#limit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to achieve this pagination which I will have 3 dots if I have to many pages.
My script is like below and it show all pages number from 1 -25.
<TailwindPagination :data="qualities" :itemClasses="[ 'bg-slate-50 text-xs hover:bg-colorprimary-100 font-reguler text-slate-400', ]" :activeClasses="['bg-colorprimary-200 text-xs font-bold']" @pagination-change-page="getResults" />
Beta Was this translation helpful? Give feedback.
All reactions