You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add group id with props.containerApi.addGroup({id:'customID', direction: 'within' }); , but it did not work
And in my case, title of group is very helpful
it is great if this two props can be added to the feature, thank you for any help you can provide
The text was updated successfully, but these errors were encountered:
Providing the group id could probably be exposed. Groups do not have titles though and you also wouldn't be able to place a group with the direction within since that would imply placing a group inside another group.
Could you explain how you would see the title and direction property being applicable to a group here?
I tried to add group id with
props.containerApi.addGroup({id:'customID', direction: 'within' });
, but it did not workAnd in my case, title of group is very helpful
it is great if this two props can be added to the feature, thank you for any help you can provide
The text was updated successfully, but these errors were encountered: