Browse Source

Update minimunCountColumns docs.

zhixin 11 years ago
parent
commit
231b0608f4
2 changed files with 7 additions and 0 deletions
  1. 6 0
      docs/docs.js
  2. 1 0
      docs/documentation.html

+ 6 - 0
docs/docs.js

@@ -164,6 +164,12 @@ $(function () {
                     'default': 'false'
                 },
                 {
+                    name: 'minimunCountColumns',
+                    type: 'Number',
+                    description: 'The minimun count columns to hide of the columns drop down list.',
+                    'default': '1'
+                },
+                {
                     name: 'idField',
                     type: 'String',
                     description: 'Indicate which field is an identity field.',

+ 1 - 0
docs/documentation.html

@@ -137,6 +137,7 @@
         selectItemName: 'btSelectItem',
         showHeader: true,
         showColumns: false,
+        minimunCountColumns: 1,
         idField: undefined,
         cardView: false,
         clickToSelect: false,