Browse Source

Add 'maintainSelected' docs.

zhixin 11 years ago
parent
commit
f08eddc04c
1 changed files with 9 additions and 0 deletions
  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',