Browse Source

Merge pull request #300 from ice5050/feature/filterBy

add document for filterBy method
文翼 11 years ago
parent
commit
a4a3e9c339
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/_includes/documentation/methods.md

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

@@ -116,5 +116,10 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter);`.
         <td>value</td>
         <td>Scroll to the number value position, set 'bottom' means scroll to the bottom.</td>
     </tr>
+    <tr>
+        <td>filterBy</td>
+        <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>
     </tbody>
 </table>