[tw] Re: [TW5] Conditional table rows

2015-01-19 Thread Danielo Rodríguez
Maybe you can use list widgets with limited results.

Also you have to think if you want to hide just certain rows on user 
interact, or if you want to not display some rows based on a filter. For 
the second scenario can be done with any modification to the core.

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


[tw] Re: [TW5] Conditional table rows

2015-01-19 Thread Neil Griffin
Just to add, it is also possible to make conditional table rows using a js 
macro.  Probably with a wikitext macro too, but js gives more flexibility.  
I used this approach to make a pair of table columns called 'min' and 'max' 
where each cell contains a select widget whose range of numerical options 
depends on the selected value of the cell in the other column, so that it 
was impossible to select a combination with min>max.

Neil.


On Monday, 19 January 2015 11:27:36 UTC, Jed Carty wrote:
>
> Tobias, 
>
> Thank you! I had run into this problem when generating automatically 
> generated tables and haven't had time to figure out what was going on. Now 
> I don't have to. 😊

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


[tw] Re: [TW5] Conditional table rows

2015-01-19 Thread Jed Carty
Tobias, 

Thank you! I had run into this problem when generating automatically generated 
tables and haven't had time to figure out what was going on. Now I don't have 
to. 😊

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


[tw] Re: [TW5] Conditional table rows

2015-01-18 Thread Astrid Elocson
Thanks, Tobias. That seems like an elegant solution.

– æ

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


[tw] Re: [TW5] Conditional table rows

2015-01-18 Thread Tobias Beer
*allows custom html element to be created by RevealWidget #1380*
https://github.com/Jermolene/TiddlyWiki5/pull/1380

Best wishes, Tobias.

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