字典缓存
This commit is contained in:
2
types/table.d.ts
vendored
2
types/table.d.ts
vendored
@@ -56,7 +56,7 @@ declare global {
|
||||
// 自定义组件/函数渲染
|
||||
customRender?: string | Component
|
||||
// 使用了 render 属性时,渲染前对字段值的预处理方法,请返回新值
|
||||
renderFormatter?: (row: TableRow, field: TableColumn, value: any, column: VxeColumnProps, index: number) => any
|
||||
renderFormatter?: (row: TableRow, field: TableColumn, value: any, column: any, index: number) => any
|
||||
// 自定义渲染模板,方法可返回html内容
|
||||
customTemplate?: (
|
||||
row: TableRow,
|
||||
|
||||
Reference in New Issue
Block a user