Skip to content

Commit c58a1c6

Browse files
author
Scott Jehl
committed
labeled and margined the demos
1 parent 9e26b5b commit c58a1c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/tables/column-financial.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ <h2>Responsive table</h2>
3838
}
3939

4040

41+
#financial-table, #financial-table-reflow {
42+
margin: 2em 0 4em;
43+
}
44+
4145

4246
@media screen and (min-width: 25em) {
4347
#financial-table th.ui-table-priority-2,
@@ -84,6 +88,8 @@ <h2>Responsive table</h2>
8488
}
8589

8690
</style>
91+
92+
<h3>Column Toggle example</h3>
8793

8894
<table data-role="table" id="financial-table" data-column-btn-theme="b" data-column-popup-theme="a" data-mode="columntoggle">
8995
<thead>
@@ -199,7 +205,7 @@ <h2>Responsive table</h2>
199205
</table>
200206

201207

202-
208+
<h3>Reflow example</h3>
203209

204210

205211
<table data-role="table" id="financial-table-reflow" data-mode="reflow">

0 commit comments

Comments
 (0)