Thanks very much

I'm on the latest version of TW5
My code is the following
As you see ... very basic. But I would like to sort the table by "Banque" 
or "Type" based on a selected value (SelectWidget ?)
I've imagine to dev a macro that generate the table, but I struggle to get 
retrieve the selected value from the widget and pass it to the maco.
Thanks


<table>
<tbody>
<tr>
<th>Banque</th><th>Beneficiaire</th><th>balance</th><th>date</th><th>Type</th><th>end</th><th>location</th><th>num</th><th>status</th><th>notes</th>
</tr>
<$list filter="[tag[compte-banque]sort[banque]sort[beneficiare]]">
<tr>
<td><$link><$view field="banque"/></$link></td>
<td><$view field="beneficiaire"/></td>
<td><$view field="balance"/></td>
<td><$view field="balance-date"/></td>
<td><$view field="compte-type"/></td>
<td><$view field="end-date"/></td>
<td><$view field="localisation"/></td>
<td><$view field="num-compte"/></td>
<td><$view field="status"/></td>
<td><$view field="notes"/></td>
</tr></$list></tbody></table>




Le jeudi 11 septembre 2014 15:36:38 UTC+2, Stephan Hradek a écrit :
>
> TW can't do that with static tables.
>
> If, however, you create the table using the list widget, it might be 
> possible. Show us what you got.
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to