<<Include(SeeSawExamples/Menu)>>

== Example 11 - Using SeeSaw with Tables ==

||<style="border:none"><<SeeSaw(table, show=True)>> Table||<class="seesaw table show" style="border:none"><<SeeSaw(lang, "<<Show>>German", "<<Show>>French")>>||

||<tableclass="seesaw table show">English||one||two||three||
||<rowclass="seesaw lang show">French||un||deux||trois||
||<rowclass="seesaw lang">German||eins||zwei||drei||

<<BR>>
__Alternative Implementation Using non-!SeeSaw sections__

||<style="border:none"><<SeeSaw(table2, show=True, seesaw=False)>> Table||<class="table2" style="border:none"><<SeeSaw(lang2, "<<Show>>German", "<<Show>>French", seesaw=False)>>||

||<tableclass="table2">English||one||two||three||
||<rowclass="lang2">French||un||deux||trois||
||<rowclass="lang2 seesaw">German||eins||zwei||drei||

See the raw text for an explanation

## In this implementation the sections are treated as non-SeeSaw sections, which causes
## them to be displayed initially. The 'seesaw' attached to the last row of the table causes
## that section to be hidden initially, but is ignored otherwise.
