[Vuejs]-Vuetify pagination add custom features (slot/template)

0👍

Read the api here In answer to your questions:

1+2+3 This is not supported in vuetify out of the box and therefore you may want to consider writing your own pagination tool or looking for a different package.
4. This can be set in the props as described in the docs above, see total-visible prop and length.

Leave a comment