Updated context menu demos

This commit is contained in:
Cagatay Civici 2023-11-07 10:55:48 +03:00
parent ee7783f1af
commit d9751d36f2
7 changed files with 787 additions and 404 deletions

View file

@ -0,0 +1,5 @@
<template>
<DocSectionText v-bind="$attrs">
<p>DataTable has built-in support for ContextMenu, see the <NuxtLink to="/datatable/#contextmenu">ContextMenu</NuxtLink> demo for an example.</p>
</DocSectionText>
</template>