Skip to content

Commit fe92699

Browse files
authored
fix(VDataTableServer): support column slots (#16707)
Fixes #16704
1 parent 2e545ae commit fe92699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/labs/VDataTable/VDataTableServer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const VDataTableServer = genericComponent<VDataTableSlots>()({
124124
sticky={ props.fixedHeader }
125125
loading={ props.loading }
126126
color={ props.color }
127+
v-slots={ slots }
127128
/>
128129
) }
129130
</thead>

0 commit comments

Comments
 (0)