ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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;
  • CellRendererImplementationProperties.isAvailable property
Copyright © 2023 ActiveViam