docs(table): correct spelling of contextmenu right-clickable (#2653)

This commit is contained in:
jcahal
2024-11-15 09:32:37 -07:00
committed by GitHub
parent 670d8bfbac
commit d0e626c551

View File

@@ -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.