[List & Accordion] How to have accordion within a list with images? #1524
Answered
by
lubber-de
smartm0use
asked this question in
Modules (Modal, Dropdown, Popup, Calendar, Toast, ...)
-
Hello,
As seen here. How to add accordion without changing list layout? I mean that I could click on item, the whole row, and have it expanded like this: Then clicking again on the expanded row will close it back again. What is the best way to implement it? |
Beta Was this translation helpful? Give feedback.
Answered by
lubber-de
Jun 16, 2020
Replies: 2 comments
-
Additionally use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubber-de
-
Thank you so much! |
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
title
to theitem
divscontent
div which is supposed to display your accordion dataSee https://jsfiddle.net/lubber/1cLv67kj/3/
Additionally use
exclusive: false
to make each row independentSee https://jsfiddle.net/lubber/1cLv67kj/6/