Accordions inside table #41290
Unanswered
matachecosmin
asked this question in
Q&A
Replies: 1 comment
-
Bootstrap v5.1.3 doesn't really support nesting accordion components directly within tables by default, so creating grouped accordion functionality using custom Javascript seems liken the way to go. A colleague successfully implemented this by toggling row visibility and dynamically managing the accordion state using JavaScript event listeners. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm currently working on an project using Bootstrap v5.1.3. I have a task that involves mixing accordions within a table. Specifically, I want to group elements with the same country, service and sub-service into an accordion component. Please refer to the attached images for clarification.
Has anyone implemented a similar solution? Is it possible to achieve this with Boosted? I didn't make it work. At the moment, I'm developing a custom JavaScript solution.
Thank you!


Beta Was this translation helpful? Give feedback.
All reactions