Browse Source

added missing documentation for the onCollapseRow event

Dustin Utecht 6 years ago
parent
commit
eaffb9265c
1 changed files with 2 additions and 1 deletions
  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`
 - **jQuery Event:** `collapse-row.bs.table`
 
 
-- **Parameter:** `index, row`
+- **Parameter:** `index, row, detailView`
 
 
 - **Detail:**
 - **Detail:**
 
 
@@ -327,6 +327,7 @@ $('#table').on('event-name.bs.table', function (e, arg1, arg2, ...) {
 
 
   * `index`: the index of the collapsed row.
   * `index`: the index of the collapsed row.
   * `row`: the record corresponding to the collapsed row.
   * `row`: the record corresponding to the collapsed row.
+  * `detailView`: the collapsed detailView.
 
 
 ## onRefreshOptions
 ## onRefreshOptions