Browse Source

Remove docs of totalRows option

zhixin 11 years ago
parent
commit
e176af072b
1 changed files with 9 additions and 9 deletions
  1. 9 9
      docs/docs.js

+ 9 - 9
docs/docs.js

@@ -231,15 +231,15 @@ $(function () {
                     'default': 'client',
                     example: 'pagination-table'
                 },
-                {
-                    name: 'totalRows',
-                    attribute: 'data-total-rows',
-                    type: 'Number',
-                    description: 'Defines the total rows of table, you need to set this option when the sidePagination option is set to "server".',
-                    description_zh: '定义表格记录的总条数,在server端分页的时候需要设置该参数。',
-                    'default': 0,
-                    example: ''
-                },
+//                {
+//                    name: 'totalRows',
+//                    attribute: 'data-total-rows',
+//                    type: 'Number',
+//                    description: 'Defines the total rows of table, you need to set this option when the sidePagination option is set to "server".',
+//                    description_zh: '定义表格记录的总条数,在server端分页的时候需要设置该参数。',
+//                    'default': 0,
+//                    example: ''
+//                },
                 {
                     name: 'pageNumber',
                     attribute: 'data-page-number',