Put this between <$list.....> and </$list> (no details widget needed):
<details><summary><strong><$link><$view field="title"/></$link></strong></summary><$transclude field="text" mode="block"/></details> On Wednesday, April 28, 2021 at 2:14:05 PM UTC-5 [email protected] wrote: > apologies , what i really meant was using a details widget , i just want > to expand /collapse the results for every filter , please let me know if > you need any clarificaiton > > On Wednesday, April 28, 2021 at 4:46:46 AM UTC+2 Mark S. wrote: > >> You seem to have your select widget inside the main list filter, and so >> your selection gets repeated over and over. >> >> You probably want to take the select widget outside the main list widget. >> Then your code will be something like: >> >> <$select .... as in your text ...>....</$select> >> >> <$list filter="[!has[draft.of]status{!!status}priority{!!priority}]"> >> >> (display results here) >> >> </$list> >> >> On Tuesday, April 27, 2021 at 6:38:42 PM UTC-7 [email protected] >> wrote: >> >>> Hi, >>> >>> i have 3 filter that lists tiddlers matching a specific field value, one >>> filter for "in house" another for "pending" and one for "with Vendor" >>> >>> i want every filter have its results foldable , so in the below screen >>> shot , i want it to be able to click an arrow for example using the select >>> widget which would collapse expand the tidlers with status pending >>> >>> i tried several things with no luck , the select widget doesnt seem to >>> accept my filter, >>> >>> [image: Capture7.PNG] >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1973f4f3-478b-4408-9bd1-ec2b3c1e562dn%40googlegroups.com.

