Back to Handsontable

Custom context menu in Vue 3

docs/content/guides/integrate-with-vue3/vue3-custom-context-menu-example/vue3-custom-context-menu-example.md

17.0.12.5 KB
Original Source

Custom context menu example in Vue 3

Customize the context menu of your Vue 3 data grid, by creating a custom function for each menu item.

[[toc]]

Example

The following example implements the @handsontable/vue3 component, adding a custom Context Menu.

Find out which Vue 3 versions are supported

::: example #example1 :vue3 --html 1 --js 2

@code @code

:::

<div class="boxes-list gray"> </div> <div class="boxes-list"> </div>