浏览代码

Merge pull request #4242 from wenzhixin/documentation/2688

Added documentation for checkboxEnabled
文翼 6 年之前
父节点
当前提交
bd46fd6d9d
共有 1 个文件被更改,包括 12 次插入0 次删除
  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`
 
+## checkboxEnabled
+
+- **Attribute:** `data-checkbox-enabled`
+
+- **Type:** `Boolean`
+
+- **Detail:**
+
+  Set `false` to disable the the checkboxes/radioboxes.
+
+- **Default:** `true`
+
 ## field
 
 - **Attribute:** `data-field`