Browse Source

Added link to option

Dustin Utecht 6 years ago
parent
commit
a72890a046
1 changed files with 1 additions and 1 deletions
  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.