Skip to content

Commit 173994a

Browse files
committed
Move example html table down, to the original spot
1 parent b24b264 commit 173994a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

example/lib/main.dart

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,6 @@ const htmlData = """
3535
<h4>Header 4</h4>
3636
<h5>Header 5</h5>
3737
<h6>Header 6</h6>
38-
<table>
39-
<colgroup>
40-
<col width="50%" />
41-
<col width="25%" />
42-
<col width="25%" />
43-
</colgroup>
44-
<thead>
45-
<tr><th>One</th><th>Two</th><th>Three</th></tr>
46-
</thead>
47-
<tbody>
48-
<tr>
49-
<td rowspan='2'>Rowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan</td><td>Data</td><td>Data</td>
50-
</tr>
51-
<tr>
52-
<td colspan="2"><img alt='Google' src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></td>
53-
</tr>
54-
</tbody>
55-
<tfoot>
56-
<tr><td>fData</td><td>fData</td><td>fData</td></tr>
57-
</tfoot>
58-
</table>
5938
<h3>Ruby Support:</h3>
6039
<p>
6140
<ruby>
@@ -81,6 +60,27 @@ const htmlData = """
8160
<p>
8261
<q>Famous quote...</q>
8362
</p>
63+
<table>
64+
<colgroup>
65+
<col width="50%" />
66+
<col width="25%" />
67+
<col width="25%" />
68+
</colgroup>
69+
<thead>
70+
<tr><th>One</th><th>Two</th><th>Three</th></tr>
71+
</thead>
72+
<tbody>
73+
<tr>
74+
<td rowspan='2'>Rowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan\nRowspan</td><td>Data</td><td>Data</td>
75+
</tr>
76+
<tr>
77+
<td colspan="2"><img alt='Google' src='https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png' /></td>
78+
</tr>
79+
</tbody>
80+
<tfoot>
81+
<tr><td>fData</td><td>fData</td><td>fData</td></tr>
82+
</tfoot>
83+
</table>
8484
<h3>Custom Element Support:</h3>
8585
<flutter></flutter>
8686
<flutter horizontal></flutter>

0 commit comments

Comments
 (0)