ソースを参照

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`