MCPcopy Create free account
hub / github.com/chunshand/qdev / createTableOptions

Function createTableOptions

admin/src/components/Qdev/Table/interface.ts:45–49  ·  view source on GitHub ↗
(obj: DeepPartial<defaultTableOptions>)

Source from the content-addressed store, hash-verified

43 * @returns
44 */
45export const createTableOptions = (obj: DeepPartial<defaultTableOptions>): defaultTableOptions => {
46 const r = reactive(_.merge(_.cloneDeep(DEFAULTTABLEOPTIONS), _.cloneDeep(obj)));
47 r.ModalConfig.form = createFormOptions(r.ModalConfig.form)
48 return r;
49}
50
51/**
52 * 类型定义

Callers

nothing calls this directly

Calls 1

createFormOptionsFunction · 0.90

Tested by

no test coverage detected