Skip to content

Commit

Permalink
[docs][joy-ui] Fix row hover prop name in the Table page (#39431)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Brault <[email protected]>
  • Loading branch information
adrienbrault authored Oct 14, 2023
1 parent 6ff2e21 commit cfdaf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For example, you can use `3n` as a value to create stripes on row numbers three,

### Hover

To highlight a row of the table body when hovering over it, set the `hoverAxis` prop to true.
To highlight a row of the table body when hovering over it, set the `hoverRow` prop to true.

{{"demo": "TableHover.js"}}

Expand Down

0 comments on commit cfdaf61

Please sign in to comment.