浏览代码

Add 'maintainSelected' docs.

zhixin 11 年之前
父节点
当前提交
f08eddc04c
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/docs.js

+ 9 - 0
docs/docs.js

@@ -385,6 +385,15 @@ $(function () {
                     example: ''
                 },
                 {
+                    name: 'maintainSelected',
+                    attribute: 'data-maintain-selected',
+                    type: 'Boolean',
+                    description: 'True to maintain selected rows on change page and search.',
+                    description_zh: '设置为True当换页或者搜索时保持选中的行。',
+                    'default': 'false',
+                    example: ''
+                },
+                {
                     name: 'sortable',
                     attribute: 'data-sortable',
                     type: 'Boolean',