Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit b9d0bf1

Browse files
Demos: New intro paragraph for table column toggle page. Fixes #5737
1 parent ababcaf commit b9d0bf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demos/widgets/table-column-toggle/index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727
<h1>Table: Column Toggle <a href="http://api.jquerymobile.com/table-columntoggle/" data-ajax="false" data-role="button" data-inline="true" data-mini="true" data-icon="arrow-r" data-iconpos="right" class="jqm-api-link">API</a></h1>
2828

29-
<p class="jqm-intro">The reflow table mode works by collapsing the table columns into a stacked presentation that looks like blocks of label/data pairs for each row.
30-
</p>
29+
<p class="jqm-intro">The column toggle table mode selectively hides columns at narrower widths as a sensible default but also offers a menu to let users manually control which columns they want to see.</p>
3130

3231
<h2>Column toggle basics</h2>
3332
<p>This table mode automatically hides less important columns at narrower widths and surfaces a button to open a menu that allows the user to choose what columns they want to see. In this mode, the author attempts to define which columns are most important to show across various widths by assigning a priority to each column.</p>

0 commit comments

Comments
 (0)