浏览代码

added missing documentation for the onCollapseRow event

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

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

@@ -319,7 +319,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
 - **jQuery Event:** `collapse-row.bs.table`
 
-- **Parameter:** `index, row`
+- **Parameter:** `index, row, detailView`
 
 - **Detail:**
 
@@ -327,6 +327,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
   * `index`: the index of the collapsed row.
   * `row`: the record corresponding to the collapsed row.
+  * `detailView`: the collapsed detailView.
 
 ## onRefreshOptions