Browse Source

wip(gui-v1): context menu

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2947/head
Pranav C 2 years ago
parent
commit
fb24a23b74
  1. 3
      packages/nc-gui-v2/components/smartsheet/Grid.vue

3
packages/nc-gui-v2/components/smartsheet/Grid.vue

@ -199,6 +199,9 @@ if (meta) useProvideColumnCreateStore(meta)
</table>
</div>
<SmartsheetPagination />
<a-dropdown :trigger="['contextmenu']">
<
</a-dropdown>
</div>
</template>

Loading…
Cancel
Save