Browse Source

added documentation

Dustin Utecht 5 years ago
parent
commit
ae257c8357
1 changed files with 24 additions and 0 deletions
  1. 24 0
      site/docs/extensions/group-by-v2.md

+ 24 - 0
site/docs/extensions/group-by-v2.md

@@ -60,3 +60,27 @@ toc: true
    * `data`: an array of rows in the group.
 
 - **Default:** `undefined`
+
+### groupByToggle
+
+- **attribute:** `data-group-by-toggle`
+
+- **type:** `Boolean`
+
+- **Detail:**
+
+   Set `true` to allow collapse/expand groups
+
+- **Default:** `false`
+
+### groupByShowToggleIcon
+
+- **attribute:** `data-group-by-show-toggle-icon`
+
+- **type:** `Boolean`
+
+- **Detail:**
+
+   Set `true` to show icons if the group is collapsed or expanded (see groupByToggle).
+
+- **Default:** `false`