ソースを参照

added some documentation

Dustin Utecht 6 年 前
コミット
15654898a0
1 ファイル変更6 行追加0 行削除
  1. 6 0
      site/docs/api/column-options.md

+ 6 - 0
site/docs/api/column-options.md

@@ -180,6 +180,9 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
 - **Detail:**
 
   Set `true` to show a radio. The radio column has fixed width.
+  
+  If a value is given the Checkbox is automatically checked.  
+    Its also possible to check/uncheck the radio by use an formatter (return `true` to check, return `false` to uncheck).
 
 - **Default:** `false`
 
@@ -192,6 +195,9 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
 - **Detail:**
 
   Set `true` to show a checkbox. The checkbox column has fixed width.
+  
+  If a value is given the Checkbox is automatically checked.  
+  Its also possible to check/uncheck the checkbox by use an formatter (return `true` to check, return `false` to uncheck). 
 
 - **Default:** `false`