Skip to content

Commit

Permalink
docs(table): correct spelling of contextmenu right-clickable (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcahal authored Nov 15, 2024
1 parent 670d8bf commit d0e626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ componentProps:

### Contextmenu

Use the `contextmenu` listener on your Table to make the rows righ-clickable. The function will receive the original event as the first argument and the row as the second argument.
Use the `contextmenu` listener on your Table to make the rows right-clickable. The function will receive the original event as the first argument and the row as the second argument.

You can use this to open a [ContextMenu](/components/context-menu) for that row.

Expand Down

0 comments on commit d0e626c

Please sign in to comment.