Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / EditableDataResp

Interface: EditableDataResp

编辑数据返回对象

Edit data response object

Properties

cells

cells: object

行列

Rows and columns to be edited

格式:

Format:

Index Signature

[pk: string | number]: string[]

Defined in

props/functionProps.ts:528


whiteListMode

whiteListMode: boolean

白名单模式,该模式下只有在此列表中的行列才会被编辑

White list mode, in this mode, only rows and columns in this list will be edited

Defined in

props/functionProps.ts:518