浏览代码

Add mention of minimumcountcolumns

Marcel Overdijk 2 年之前
父节点
当前提交
3d92ed59e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      site/docs/api/table-options.md

+ 1 - 1
site/docs/api/table-options.md

@@ -1379,7 +1379,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Detail:**
 
-  Set `true` to show the columns drop down list. We can set the [`switchable`](/docs/api/column-options/#switchable) column option to `false` to hide the columns item in the drop down list.
+  Set `true` to show the columns drop down list. We can set the [`switchable`](/docs/api/column-options/#switchable) column option to `false` to hide the columns item in the drop down list. The minimum number of selected columns can be controlled with the [minimumcountcolumns](/docs/api/table-options/#minimumcountcolumns) table option.
 
 - **Default:** `false`