Skip to content

Expandable inside of Sortable #2033

Answered by snizbatch
snizbatch asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I answered my own question. Maybe this is obvious to most, but it took me some experimenting to figure out.
`

			<div class="list-group-item">
			    <span class="badge">1</span> Displayed information is here!<br> 
				<details style="display:inline;">
				<summary>Click for more!</summary>
				    <pre> We can include all kinds of stuff in here<br>
				    <br> and noone has to see it
				    <br>   until they really want to!
				    <br>   etc...
				    <br> etc... 
				    </pre>
			    </details>
			</div>

`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by owen-m1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant