Skip to content

Commit 1b8f42b

Browse files
Update docs for file-size => file-size-sort
1 parent b5187da commit 1b8f42b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/docs/classes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>table-sort-js</h2>
117117
</td>
118118
</tr>
119119
<tr>
120-
<td>file-size</td>
120+
<td>file-size-sort</td>
121121
<td>
122122
Supports sorting files sizes from bytes to Tebibytes (B -&gt; TiB).
123123
Can be Metric prefix (e.g 10KB), or Binary prefix(e.g 25KiB) and
@@ -166,7 +166,7 @@ <h3>Example using tags:</h3>
166166
&lt;thead&gt;
167167
&lt;tr&gt;
168168
&lt;th class="data-sort"&gt;data&lt;/th&gt;
169-
&lt;th class="file-size"&gt;file sizes&lt;/th&gt;
169+
&lt;th class="file-size-sort"&gt;file sizes&lt;/th&gt;
170170
&lt;th class="order-by-desc"&gt;birth date&lt;/th&gt;
171171
&lt;th class="disable-sort"&gt;unsortable&lt;/th&gt;
172172
&lt;/tr&gt;
@@ -198,7 +198,7 @@ <h3>Example using tags:</h3>
198198
<thead>
199199
<tr>
200200
<th class="data-sort">data</th>
201-
<th class="file-size">file sizes</th>
201+
<th class="file-size-sort">file sizes</th>
202202
<th class="order-by-desc">birth date</th>
203203
<th class="disable-sort">unsortable</th>
204204
</tr>

public/docs/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>table-sort-js</h2>
7373
<th>Money</th>
7474
<th>Dates</th>
7575
<th>Release version</th>
76-
<th class="file-size order-by-desc">File-size</th>
76+
<th class="file-size-sort order-by-desc">File-size-sort</th>
7777
</tr>
7878
</thead>
7979
<tr>

0 commit comments

Comments
 (0)