Imagine having a bootstrap table like this:
https://i.sstatic.net/kXHiP.jpg
Now, if you want to click on a column and open a div with more details below it, is it achievable with CSS or JavaScript?
https://i.sstatic.net/HIfkK.jpg
I tried using the Metro Dropdown, but facing width constraints with col-3. Even after setting the width in CSS, couldn't achieve the desired look. How can I make it look like the attached image?
Is there a specific name for this type of behavior? It appears to be a "Dropdown" that shifts the components below slightly. Any tips on how to implement this?