Readonly cells
This commit is contained in:
parent
466a365ac1
commit
2a189c4f8e
|
@ -33,7 +33,8 @@
|
|||
column.schema.autocolumn ||
|
||||
column.schema.disabled ||
|
||||
column.schema.type === "formula" ||
|
||||
(!$config.canEditRows && !row._isNewRow)
|
||||
(!$config.canEditRows && !row._isNewRow) ||
|
||||
column.schema.readonly
|
||||
|
||||
// Register this cell API if the row is focused
|
||||
$: {
|
||||
|
|
Loading…
Reference in New Issue