6 Table
6.1 Table theme a
Generated with config: _themeName=a, cellPadding=4px 8px, outerBorder=true, themeIndex=1, themeName=a
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-a
Normal state style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-a.table-folded
Folded style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-a.table-widened
Widened style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
<table class="table-theme-a {$modifiers}">
<thead>
<tr>
<th>th1</th>
<th>th2</th>
</tr>
</thead>
<tbody>
<tr>
<td>td00</td>
<td>td01</td>
</tr>
<tr>
<td>td10</td>
<td>td11</td>
</tr>
</tbody>
</table>
6.2 Table theme b
Generated with config: _themeName=b, cellPadding=4px 8px, outerBorder=false, themeIndex=2, themeName=b
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-b
Normal state style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-b.table-folded
Folded style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
.table-theme-b.table-widened
Widened style.
| th1 | th2 |
|---|---|
| td00 | td01 |
| td10 | td11 |
<table class="table-theme-b {$modifiers}">
<thead>
<tr>
<th>th1</th>
<th>th2</th>
</tr>
</thead>
<tbody>
<tr>
<td>td00</td>
<td>td01</td>
</tr>
<tr>
<td>td10</td>
<td>td11</td>
</tr>
</tbody>
</table>