ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

How can I place pagination and pagination-info both on top and bottom of the table? #128

Closed latypoff closed 3 years ago

latypoff commented 3 years ago

If I do this:

<vuetable-pagination-info></vuetable-pagination-info>
<vuetable-pagination></vuetable-pagination>
<vuetable></vuetable>
<vuetable-pagination-info></vuetable-pagination-info>
<vuetable-pagination></vuetable-pagination>

Then top pagination and pagination-info are not visible.

latypoff commented 3 years ago

Nevermind, it's just because of the same ref names