xsy-breeze-ui-rpa > FormSubEntityTableExtensionPoint > setCellReadonly
FormSubEntityTableExtensionPoint.setCellReadonly property
设置单元格只读
Signature:
setCellReadonly: (value: {
rowIndex: number;
itemApiKey: string;
readonly: boolean;
}) => Promise<any>;
