File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 -> 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 <thead>
167167 <tr>
168168 <th class="data-sort">data</th>
169- <th class="file-size">file sizes</th>
169+ <th class="file-size-sort ">file sizes</th>
170170 <th class="order-by-desc">birth date</th>
171171 <th class="disable-sort">unsortable</th>
172172 </tr>
@@ -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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments