mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 23:56:34 +00:00
feat(sdk): date related field helper
This commit is contained in:
@@ -27,7 +27,9 @@ export default function convertCellData(
|
||||
if (value === '' && to !== UITypes.Attachment) return null
|
||||
|
||||
// Todo: remove after testing
|
||||
const serializedValue = ColumnHelper.serializeValue(value, column)
|
||||
const serializedValue = ColumnHelper.serializeValue(value, {
|
||||
col: column,
|
||||
})
|
||||
|
||||
console.log('serializedValue', serializedValue, value, column.uidt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user