Home > @activeviam/activeui-sdk > CellRendererImplementationProperties > isAvailable
CellRendererImplementationProperties.isAvailable property
Decide if the other methods of the plugin should be called (applies to getCellStyle AND renderCell). Returns true by default.
Signature:
isAvailable?: (a: {
colKey: string;
columnProps: TabularColumnProps;
rowIdx: number;
}) => boolean;