Skip to content

Commit

Permalink
docs(v-table): Add description to props ( fixedHeader / height ) (#17002
Browse files Browse the repository at this point in the history
)
  • Loading branch information
laplacetw authored Mar 25, 2023
1 parent b19fcf3 commit 6a11003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-generator/src/locale/en/v-table.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"props": {
"fixedHeader": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"fixedHeader": "Use the fixed-header prop together with the height prop to fix the header to the top of the table.",
"fixedFooter": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"height": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-table.json))",
"height": "Use the height prop to set the height of the table.",
"hover": "Will add a hover effect to a table's row when the mouse is over it."
}
}

0 comments on commit 6a11003

Please sign in to comment.