You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a v-data-table with a custom footer options defined for pagination - mainly the options in the dropdown and the 'all' text. The footer options are defined thus:-
footerOptions: {
itemsPerPageOptions: [10, 20, 50, 100, -1],
itemsPerPageAllText: 'All users',
itemsPerPageText: 'No. of users per page',
}
The problem is trying to use the top slot on the footer to duplicate the pagination controls at the top of the list. It seems the top version ignores the footerOptions and uses default values - anyway the v-data-footer is defined thus:-
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
(Vuetify v2)
I have a v-data-table with a custom footer options defined for pagination - mainly the options in the dropdown and the 'all' text. The footer options are defined thus:-
The v-data-table has this definition:-
The problem is trying to use the top slot on the footer to duplicate the pagination controls at the top of the list. It seems the top version ignores the footerOptions and uses default values - anyway the v-data-footer is defined thus:-
Am I missing something here? How do I get the top slot to pick up the defined footerOptions?
Thanks for any pointers.
Beta Was this translation helpful? Give feedback.
All reactions