ソースを参照

Update readme and docs.

zhixin 11 年 前
コミット
0c3cd6c266
2 ファイル変更2 行追加1 行削除
  1. 1 0
      README.md
  2. 1 1
      docs/docs.js

+ 1 - 0
README.md

@@ -26,6 +26,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
 - [x] Support search without data-field set.
 - [x] Support search without data-field set.
 - [x] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
 - [x] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
 - [x] Fix #135, #142: Search use formated data.
 - [x] Fix #135, #142: Search use formated data.
+- [ ] Verify search text before send queryParams.
 
 
 ## Features
 ## Features
 
 

+ 1 - 1
docs/docs.js

@@ -690,7 +690,7 @@ $(function () {
                 {name: 'mergeCells', parameter: 'options', description: 'field: the field name.'},
                 {name: 'mergeCells', parameter: 'options', description: 'field: the field name.'},
                 {name: 'mergeCells', parameter: 'options', description: 'rowspan: the rowspan count to be merged.'},
                 {name: 'mergeCells', parameter: 'options', description: 'rowspan: the rowspan count to be merged.'},
                 {name: 'mergeCells', parameter: 'options', description: 'colspan: the colspan count to be merged.'},
                 {name: 'mergeCells', parameter: 'options', description: 'colspan: the colspan count to be merged.'},
-                {name: 'refresh', parameter: 'params', description: 'Refresh the remote server data, you can set <code>{silent: true}</code> to refresh the data silently.'},
+                {name: 'refresh', parameter: 'params', description: 'Refresh the remote server data, you can set <code>{silent: true}</code> to refresh the data silently, and set <code>{url: newUrl}</code> to change the url.'},
                 {name: 'showLoading', parameter: 'none', description: 'Show loading status.'},
                 {name: 'showLoading', parameter: 'none', description: 'Show loading status.'},
                 {name: 'hideLoading', parameter: 'none', description: 'Hide loading status.'},
                 {name: 'hideLoading', parameter: 'none', description: 'Hide loading status.'},
                 {name: 'checkAll', parameter: 'none', description: 'Check all current page rows.'},
                 {name: 'checkAll', parameter: 'none', description: 'Check all current page rows.'},