fix:[amis-saas-7073]隐藏table-v2

Change-Id: I35177c16b4adafc31faba9f998d7f6706fea2c33
This commit is contained in:
qianchuan 2022-09-18 22:19:14 +08:00
parent 23098693bc
commit a04d6c48ce

View File

@ -34,6 +34,7 @@ export class TableV2Plugin extends BasePlugin {
name = '表格V2';
isBaseComponent = true;
panelJustify = true;
disabledRendererPlugin = true;
description =
'用来展示表格数据,可以配置列信息,然后关联数据便能完成展示。支持嵌套、超级表头、列固定、表头固顶、合并单元格等等。当前组件需要配置数据源,不自带数据拉取,请优先使用 「CRUD」 组件。';
docLink = '/amis/zh-CN/components/table-v2';