Skip to content

Commit a15cb7b

Browse files
committed
fix: restore first/last in VDataTable
1 parent fd64011 commit a15cb7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/vuetify/src/components/VDataTable/VDataTableFooter.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ export const makeVDataTableFooterProps = propsFactory({
7272
},
7373
showCurrentPage: Boolean,
7474

75-
...pick(makeVPaginationProps(), ['showFirstLastPage']),
75+
...pick(makeVPaginationProps({
76+
showFirstLastPage: true,
77+
}), ['showFirstLastPage']),
7678
}, 'VDataTableFooter')
7779

7880
export const VDataTableFooter = genericComponent<{ prepend: never }>()({

0 commit comments

Comments
 (0)