We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e26b5b commit c58a1c6Copy full SHA for c58a1c6
docs/tables/column-financial.html
@@ -38,6 +38,10 @@ <h2>Responsive table</h2>
38
}
39
40
41
+ #financial-table, #financial-table-reflow {
42
+ margin: 2em 0 4em;
43
+ }
44
+
45
46
@media screen and (min-width: 25em) {
47
#financial-table th.ui-table-priority-2,
@@ -84,6 +88,8 @@ <h2>Responsive table</h2>
84
88
85
89
86
90
</style>
91
92
+ <h3>Column Toggle example</h3>
87
93
94
<table data-role="table" id="financial-table" data-column-btn-theme="b" data-column-popup-theme="a" data-mode="columntoggle">
95
<thead>
@@ -199,7 +205,7 @@ <h2>Responsive table</h2>
199
205
</table>
200
206
201
207
202
-
208
+<h3>Reflow example</h3>
203
209
204
210
211
<table data-role="table" id="financial-table-reflow" data-mode="reflow">
0 commit comments