Skip to content

Commit abd5bf8

Browse files
Changed matchColumnWidths default to false
1 parent 81dd92b commit abd5bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/utils/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const AllProps = {
9292
loaderType: 'linear',
9393
loading: false,
9494
loadingText: '$vuetify.dataIterator.loadingText',
95-
matchColumnWidths: true,
95+
matchColumnWidths: false,
9696
multiSort: false, // ! Not sure if this is working correctly - Is binding prop
9797
// nextIcon: '', // * Works - Keep Commented Out
9898
noDataText: '$vuetify.noDataText',

0 commit comments

Comments
 (0)