xsy-breeze-ui-rpa > FormSubEntityTableExtensionPointBatch > setCellInvisibleRule
FormSubEntityTableExtensionPointBatch.setCellInvisibleRule property
设置单元格不显示规则,因为默认显示。 itemApiKey: 字段的apiKey rule: 字段不显示规则。 例如:[{itemApiKey: 'customItem1__c', rule: "$data.name === 'test'"}]。$data: 当前行数据, name: 列apiKey. 这个规则意义:行数据的name字段等于 'test' 时, customItem1__c 字段不显示。
Signature:
setCellInvisibleRule: (value: {
itemApiKey: string;
rule: string;
}[]) => Promise<any>;
