ソースを参照

sAdd ortable to pagination examples.

zhixin 11 年 前
コミット
29fa2112f7
1 ファイル変更6 行追加6 行削除
  1. 6 6
      docs/examples.html

+ 6 - 6
docs/examples.html

@@ -377,9 +377,9 @@
                         <thead>
                         <thead>
                             <tr>
                             <tr>
                                 <th data-field="state" data-checkbox="true"></th>
                                 <th data-field="state" data-checkbox="true"></th>
-                                <th data-field="id" data-align="right">Item ID</th>
-                                <th data-field="name" data-align="center">Item Name</th>
-                                <th data-field="price" data-align="">Item Price</th>
+                                <th data-field="id" data-align="right" data-sortable="true">Item ID</th>
+                                <th data-field="name" data-align="center" data-sortable="true">Item Name</th>
+                                <th data-field="price" data-sortable="true" data-sorter="priceSorter">Item Price</th>
                             </tr>
                             </tr>
                         </thead>
                         </thead>
                     </table>
                     </table>
@@ -403,9 +403,9 @@
                         <thead>
                         <thead>
                         <tr>
                         <tr>
                             <th data-field="state" data-checkbox="true"></th>
                             <th data-field="state" data-checkbox="true"></th>
-                            <th data-field="id" data-align="right">Item ID</th>
-                            <th data-field="name" data-align="center">Item Name</th>
-                            <th data-field="price" data-align="">Item Price</th>
+                            <th data-field="id" data-align="right" data-sortable="true">Item ID</th>
+                            <th data-field="name" data-align="center" data-sortable="true">Item Name</th>
+                            <th data-field="price" data-sortable="true">Item Price</th>
                         </tr>
                         </tr>
                         </thead>
                         </thead>
                     </table>
                     </table>