ソースを参照

add document for method prevPage and nextPage

Ice5050 11 年 前
コミット
878906464a
1 ファイル変更10 行追加0 行削除
  1. 10 0
      docs/_includes/documentation/methods.md

+ 10 - 0
docs/_includes/documentation/methods.md

@@ -121,5 +121,15 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <td>params</td>
         <td>(Can use only in client-side)Filter data in table, eg. you can filter <code>{age: 10}</code> to show the data only age is equal to 10.</td>
     </tr>
+    <tr>
+        <td>prevPage</td>
+        <td>none</td>
+        <td>Go to previous page.</td>
+    </tr>
+    <tr>
+        <td>nextPage</td>
+        <td>none</td>
+        <td>Go to next page.</td>
+    </tr>
     </tbody>
 </table>