Ensure custom format cells are readonly
This commit is contained in:
parent
dd3c68ec0f
commit
301bedb5f4
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
// Determine if the cell is editable
|
// Determine if the cell is editable
|
||||||
$: readonly =
|
$: readonly =
|
||||||
|
hasCustomFormat ||
|
||||||
columns.actions.isReadonly(column) ||
|
columns.actions.isReadonly(column) ||
|
||||||
(!$config.canEditRows && !row._isNewRow)
|
(!$config.canEditRows && !row._isNewRow)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue