Copy formatted value when copying values from cells

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

View File

@ -76,7 +76,7 @@
onKeyDown: (...params) => api?.onKeyDown?.(...params),
isReadonly: () => readonly,
getType: () => column.schema.type,
getValue: () => row[column.name],
getValue: () => value,
setValue: (value, options = { apply: true }) => {
validation.actions.setError(cellId, null)
updateValue({