UNPKG

vxe-design

Version:

A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms

12 lines (11 loc) 301 B
import { handleGetFormDesignWidgetName } from '../render/util'; export const getWidgetSubtableConfig = () => { return { title: handleGetFormDesignWidgetName, group: 'layout', icon: 'vxe-icon-subtable', options: { showCheckbox: false } }; };