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

Show items from the child rows on parent row when parent is collapsed #279

Open
francofgp opened this issue Oct 4, 2021 · 7 comments
Open
Labels
🔧 Enhancement New feature or request

Comments

@francofgp
Copy link

Is there a way to overlap the elements in the same row? Rather than stashing one on top the other

@neuronetio
Copy link
Owner

Do you really need this kind of weird behavior? :/
I can add configuration to this, but I think it can cause problems as one task might be hidden under the top one and the user won't see the task underneath.

@neuronetio neuronetio added the 🔧 Enhancement New feature or request label Oct 4, 2021
@neuronetio
Copy link
Owner

What is your purpose?

@francofgp
Copy link
Author

What is your purpose?

I would like to have on the first row all the events that belongs for example to one person, but I would also like that the elements have some kind of transparency or different colors to differentiate them, and when I click on this person, I want to expand all the events on show them individually

@neuronetio
Copy link
Owner

So I need to add row configuration something like itemsOverlaps and when you click on the row items should show items one below another or if set to false in one line?

@francofgp
Copy link
Author

francofgp commented Oct 4, 2021

So I need to add row configuration something like itemsOverlaps and when you click on the row items should show items one below another or if set to false in one line?

I like the idea.
Right now I have a project like the one in the example page:
Complex Example

But the first row on the father element only shows his first event, and when a click on the father it shows me all the children elements. What I want to do is that, the father has all the elements, and when I click on it, it will show me all the elements individually

@neuronetio
Copy link
Owner

aha, ok I will add this feature very soon but I don't know exactly when

@francofgp
Copy link
Author

aha, ok I will add this feature very soon but I don't know exactly when

Thank you 👌

@neuronetio neuronetio changed the title Overlap items in the same row Show items from the child rows on parent row when parent is collapsed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants