Skip to content

Commit

Permalink
docs(VDataTable): remove unused mobile prop from headers type (#20626)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Sek authored Jan 28, 2025
1 parent 4699c1f commit 7096372
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vuetify/src/components/VDataTable/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export type DataTableHeader<T = Record<string, any>> = {
sortRaw?: DataTableCompareFunction
filter?: FilterFunction

mobile?: boolean

children?: DataTableHeader<T>[]
}

Expand Down

0 comments on commit 7096372

Please sign in to comment.