Skip to content

Commit

Permalink
docs(api): fix td/tr reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe committed Feb 17, 2024
1 parent 222f2c7 commit 136dd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-generator/src/locale/en/VDataTableRows.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"props": {
"cellProps": "An object of additional props to be passed to each <td> in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
"cellProps": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
"loading": "Displays `loading` slot if set to `true`",
"loadingText": "Text shown when the data is loading.",
"multiSort": "Allows sorting by multiple columns.",
"rowProps": "An object of additional props to be passed to each <tr> in the table body. Also accepts a function that will be called for each row."
"rowProps": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
},
"events": {
"click:row": "Emitted when a row is clicked. Native event is passed as the first argument, row data as the second."
Expand Down

0 comments on commit 136dd51

Please sign in to comment.