@revolist/revogrid / ReadOnlyFormat
Type Alias: ReadOnlyFormat
ts
type ReadOnlyFormat: boolean | (params: ColumnDataSchemaModel) => boolean;
The ReadOnlyFormat type is a boolean value or a function that takes ColumnDataSchemaModel as a parameter and returns a boolean value.
If it is a boolean value, it represents whether the cell in question is read-only. If it is a function, it returns whether the cell in question is read-only based on the provided ColumnDataSchemaModel.