Ensure custom format cells are readonly

This commit is contained in:
Andrew Kingston 2025-01-30 13:40:30 +00:00
parent dd3c68ec0f
commit 301bedb5f4
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
// Determine if the cell is editable
$: readonly =
hasCustomFormat ||
columns.actions.isReadonly(column) ||
(!$config.canEditRows && !row._isNewRow)