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