Hierarchy in sidebar #27
Answered
by
samuelarbibe
ShovalMizrahi
asked this question in
Q&A
-
Does the library support hierarchy of rows in the sidebar? |
Beta Was this translation helpful? Give feedback.
Answered by
samuelarbibe
May 10, 2024
Replies: 2 comments
-
Hey! Luckily, I once played around with "nested" rows, here is an example you can take inspiration from: And here is a live example: https://dnd-timeline-grouped.vercel.app/ Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samuelarbibe
-
thank you for your response.
what I meant was something like this:
[image: image.png]
but unfortunately I couldn't quite make it work
בתאריך יום ו׳, 10 במאי 2024 ב-18:32 מאת Samuel Arbibe <
***@***.***>:
… Hey!
The library isn't responsible for rendering - so you can do basically
anything you want. (As long as you have rows and items of some shape, of
course).
Luckily, I played around with "nested" rows, and here is an example you
can take inspiration from:
https://github.com/samuelarbibe/dnd-timeline/blob/grouped/examples/grouped/src/Timeline.tsx
And here is a live example:
https://dnd-timeline-grouped.vercel.app/
Good luck!
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQKKFFY5T6XHTEDNK2EOB3LZBTSBBAVCNFSM6AAAAABHODY7FKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBUHAYTGNJQG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
The library isn't responsible for rendering - so you can basically do anything you want (As long as you have rows and items of some shape, of course).
Luckily, I once played around with "nested" rows, here is an example you can take inspiration from:
https://github.com/samuelarbibe/dnd-timeline/blob/grouped/examples/grouped/src/Timeline.tsx
And here is a live example:
https://dnd-timeline-grouped.vercel.app/
Good luck!