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

+ 6 - 0
docs/docs.js

@@ -138,6 +138,12 @@ $(function () {
                 type: 'String',
                 type: 'String',
                 description: 'Indicate which field is an identity field.',
                 description: 'Indicate which field is an identity field.',
                 'default': 'undefined'
                 'default': 'undefined'
+            },
+            {
+                name: 'cardView',
+                type: 'Boolean',
+                description: 'True to show card view table, for example mobile view.',
+                'default': 'false'
             }
             }
         ]
         ]
     });
     });