Use a fixed ID for each column in column configuration to avoid closing popovers due to ID changes

This commit is contained in:
Andrew Kingston 2024-05-03 11:16:10 +01:00
parent d3656854cf
commit ef7b97ce0d
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ const toDraggableListFormat = (gridFormatColumns, createComponent, schema) => {
return createComponent(
"@budibase/standard-components/labelfield",
{
_id: column.field,
_instanceName: column.field,
active: column.active,
field: column.field,