Home > @activeviam/activeui-sdk > RowActionImplementationProperties > isDisabled
RowActionImplementationProperties.isDisabled property
Whether the button should be disabled.
Signature:
isDisabled?: (a: {
columnProps: TabularColumnProps;
index: number;
rowIndex: number;
}) => boolean;