Skip to content

Commit

Permalink
fix(VDataTableServer): support column slots (#16707)
Browse files Browse the repository at this point in the history
Fixes #16704
  • Loading branch information
kingyyy authored Feb 22, 2023
1 parent 2e545ae commit fe92699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/VDataTable/VDataTableServer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const VDataTableServer = genericComponent<VDataTableSlots>()({
sticky={ props.fixedHeader }
loading={ props.loading }
color={ props.color }
v-slots={ slots }
/>
) }
</thead>
Expand Down

0 comments on commit fe92699

Please sign in to comment.