mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:46:39 +00:00
feat: csv export public/private api
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -61,14 +61,6 @@
|
||||
|
||||
<v-spacer class="h-100" @dblclick="debug=true" />
|
||||
|
||||
<csv-export
|
||||
:available-columns="availableColumns"
|
||||
:data="data"
|
||||
:meta="meta"
|
||||
:nodes="nodes"
|
||||
class="mr-1"
|
||||
/>
|
||||
|
||||
<template v-if="!isForm">
|
||||
<debug-metas v-if="debug" class="mr-3" />
|
||||
<v-tooltip bottom>
|
||||
@@ -146,6 +138,14 @@
|
||||
:field-list="[...realFieldList, ...formulaFieldList]"
|
||||
dense
|
||||
/>
|
||||
|
||||
<csv-export
|
||||
:meta="meta"
|
||||
:nodes="nodes"
|
||||
:selected-view="selectedView"
|
||||
class="mr-1"
|
||||
/>
|
||||
|
||||
<v-tooltip
|
||||
v-if="_isUIAllowed('table-delete')"
|
||||
bottom
|
||||
|
||||
Reference in New Issue
Block a user