Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possiable that the id and title of group can be assigned #676

Open
chhsgithub opened this issue Aug 4, 2024 · 2 comments
Open

Is it possiable that the id and title of group can be assigned #676

chhsgithub opened this issue Aug 4, 2024 · 2 comments
Labels
question Further information is requested

Comments

@chhsgithub
Copy link

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

@mathuo
Copy link
Owner

mathuo commented Aug 5, 2024

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?

@mathuo mathuo added the question Further information is requested label Aug 5, 2024
@chhsgithub
Copy link
Author

In order to create collapsible group, after collapsed, title can display as group name

#664

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants