ソースを参照

Add clickToSelect docs.

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

+ 6 - 0
docs/docs.js

@@ -144,6 +144,12 @@ $(function () {
                 type: 'Boolean',
                 description: 'True to show card view table, for example mobile view.',
                 'default': 'false'
+            },
+            {
+                name: 'clickToSelect',
+                type: 'Boolean',
+                description: 'True to select checkbox or radiobox when click rows.',
+                'default': 'false'
             }
         ]
     });