浏览代码

Merge pull request #4382 from wenzhixin/check-events

Added link to option
Dustin Utecht 6 年之前
父节点
当前提交
ec10c78128
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      site/docs/api/events.md

+ 1 - 1
site/docs/api/events.md

@@ -213,7 +213,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
 - **Detail:**
 
-  Fires when switch the column visible, the parameters contain:
+  Fires when switch the column visible ([showColumns](/docs/api/table-options/#showcolumns)), the parameters contain:
 
   * `field`: the field name corresponding to the switch column.
   * `checked`: the checked state of the column.