Readonly cells

This commit is contained in:
Adria Navarro 2024-05-30 11:33:34 +02:00
parent 466a365ac1
commit 2a189c4f8e
1 changed files with 2 additions and 1 deletions

View File

@ -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
$: {