Use a fixed ID for each column in column configuration to avoid closing popovers due to ID changes
This commit is contained in:
parent
d3656854cf
commit
ef7b97ce0d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue