Fixed map & other code functions crashing when editing dynamic column code (#10388)

This commit is contained in:
Shaurya Sharma 2024-07-22 14:25:54 +05:30 committed by GitHub
parent e02bfa5cbb
commit 5402ca8ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,11 @@ export const tableConfig = {
columnData: {
type: 'code',
displayName: 'Column data',
validation: {
schema: { type: 'array', element: { type: 'object' } },
defaultValue:
"{{[{name: 'email', key: 'email', id: '1'}, {name: 'Full name', key: 'name', id: '2', isEditable: true}]}}}",
},
},
rowsPerPage: {
type: 'code',