We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64011 commit a15cb7bCopy full SHA for a15cb7b
1 file changed
packages/vuetify/src/components/VDataTable/VDataTableFooter.tsx
@@ -72,7 +72,9 @@ export const makeVDataTableFooterProps = propsFactory({
72
},
73
showCurrentPage: Boolean,
74
75
- ...pick(makeVPaginationProps(), ['showFirstLastPage']),
+ ...pick(makeVPaginationProps({
76
+ showFirstLastPage: true,
77
+ }), ['showFirstLastPage']),
78
}, 'VDataTableFooter')
79
80
export const VDataTableFooter = genericComponent<{ prepend: never }>()({
0 commit comments