User Tools

Site Tools


yagsbook:xml:table
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


yagsbook:xml:table [2019/08/29 11:53] (current) – created sam
Line 1: Line 1:
 +====== table ======
 +
 +===== Example =====
 +
 +<code xml>
 +  <table>
 +    <title>Example Table</title>
 +    
 +    <colspec colwidth="30mm"/>
 +    <colspec colwidth="20mm"/>
 +    <colspec colwidth="20mm"/>
 +    <colspec colwidth="10mm"/>
 +
 +    <thead>
 +      <row>
 +        <entry>Column 1</entry>
 +        <entry>Column 2</entry>
 +        <entry>Column 3</entry>
 +        <entry>Column 4</entry>
 +      </row>
 +    </thead>
 +
 +    <tbody>
 +      <row>
 +        <entry>Some text here</entry>
 +        <entry>A</entry>
 +        <entry>B</entry>
 +        <entry>C</entry>
 +      </row>
 +      <row>
 +        <entry>Some more text here</entry>
 +        <entry>D</entry>
 +        <entry>E</entry>
 +        <entry>F</entry>
 +      </row>
 +    </tbody>
 +  </table>
 +</code>
  
yagsbook/xml/table.txt · Last modified: 2019/08/29 11:53 by sam

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki