Belated thanks for this Steve. I finally got to it but it isn&#39;t working.<br><br>I set it up as you suggested, though with tables in the&nbsp; <br><br><br><div><span class="gmail_quote">On 8/15/07, <b class="gmail_sendername">
Steve Glover</b> &lt;<a href="mailto:steve@fell-services.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">steve@fell-services.net
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Tue, 2007-08-14 at 20:51 -0400, DaveG wrote:<br>&gt; At the very least you could wrap the table in a div, and hide that div.
<br>&gt; In terms of &#39;table directives&#39;, I&#39;m not sure what you mean. If you&#39;re<br>&gt; wanting to show/hide rows, then possibly; columns, then no.<br><br>I&#39;m not sure if you can use divs within a table, but what you could do
<br>is toggle two divs; the first one having just the header row of your<br>table, the second having the header and body:<br><br>(from the softflow test page)<br><br>(:toggle div=box6 div2=box7 lshow=&#39;Show Box 6&#39; lhide=&#39;Show Box 7&#39;:)
<br>&gt;&gt;id=box6 width=300px border=&#39;1px solid #999&#39; padding=5px bgcolor=#fed&lt;&lt;<br>!!!!toggle box swap<br>box 6: initial box<br>&gt;&gt;id=box7 width=300px border=&#39;1px solid #999&#39; padding=5px bgcolor=#efe&lt;&lt;
<br>!!!!toggle box swap!<br>box 7: second box<br>&gt;&gt;&lt;&lt;<br><br>Which can be munged into something like:<br><br>(:toggle div=box6 div2=box7 lshow=&#39;Show Header&#39; lhide=&#39;Show Table&#39;:)<br>&gt;&gt;id=box6&lt;&lt;
<br>||! Table header ||!Column one ||! Column two||<br>&gt;&gt;id=box7&lt;&lt;<br>||! Table header ||!Column one ||! Column two||<br>|| Row one ||Item one || Item two||<br>|| Row two ||Item three || Item four||<br>|| Row three ||Item five || Item six||
<br>&gt;&gt;&lt;&lt;<br><br>Will that do?<br><br>Steve<br><br>&gt;&nbsp;&nbsp; ~ ~ Dave<br>&gt;<br>&gt; Donald Z. Osborn wrote:<br>&gt; &gt; Can both showhide and toggle be used with all kinds of tables? (Esp.<br>&gt; &gt; interested in interaction with table directives)
<br>&gt; &gt;<br>&gt; &gt; TIA, Don<br>&gt; &gt;<br>&gt; &gt; Ref:<br>&gt; &gt; <a href="http://www.pmwiki.org/wiki/Cookbook/ShowHide" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmwiki.org/wiki/Cookbook/ShowHide
</a><br>&gt; &gt; &lt;<a href="http://www.pmwiki.org/wiki/Cookbook/ShowHide" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.pmwiki.org/wiki/Cookbook/ShowHide</a>&gt;<br>&gt; &gt; <a href="http://www.pmwiki.org/wiki/PmWiki/TableDirectives" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmwiki.org/wiki/PmWiki/TableDirectives
</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------
<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; pmwiki-users mailing list<br>&gt; &gt; <a href="mailto:pmwiki-users@pmichaud.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki-users@pmichaud.com</a><br>&gt; &gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; pmwiki-users mailing list<br>&gt; <a href="mailto:pmwiki-users@pmichaud.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
pmwiki-users@pmichaud.com
</a><br>&gt; <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>--<br>Steve Glover at&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;email: 
<a href="mailto:steve@fell-services.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
steve@fell-services.net</a><br>SDSS, EDINA, University of Edinburgh,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tel: +44 (0)131-650 2908<br>Causewayside House, 160 Causewayside,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: +44 (0)131-650 3308<br>Edinburgh EH9 1PR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile: +44 (0) 7961 446 902
<br><br></blockquote></div><br>