Browse Source

Merge pull request #4242 from wenzhixin/documentation/2688

Added documentation for checkboxEnabled
文翼 6 years ago
parent
commit
bd46fd6d9d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      site/docs/api/column-options.md

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

@@ -32,6 +32,18 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
 
 
 - **Default:** `false`
 - **Default:** `false`
 
 
+## checkboxEnabled
+
+- **Attribute:** `data-checkbox-enabled`
+
+- **Type:** `Boolean`
+
+- **Detail:**
+
+  Set `false` to disable the the checkboxes/radioboxes.
+
+- **Default:** `true`
+
 ## field
 ## field
 
 
 - **Attribute:** `data-field`
 - **Attribute:** `data-field`