File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ a number of things have changed as grouping and treeView move to a shared code b
2828 saved states may not reload cleanly
2929- groupLevel is now treeLevel
3030- groupingSuppressAggregationText is now handled via customTreeAggregationFinalizerText
31- - groupingRowHeaderWidth is now treeRowHeaderWidth
31+ - groupingRowHeaderWidth is now treeRowHeaderBaseWidth
3232- groupingIndent is now treeIndent
3333- groupingRowHeaderAlwaysVisible is now treeRowHeaderAlwaysVisible, and default has changed to true
3434**_
@@ -89,7 +89,7 @@ Options to watch out for include:
8989
9090- `treeIndent`: the expand buttons are indented by a number of pixels (default 10) as the grouping
9191 level gets deeper. Larger values look nicer, but take up more space
92- - `treeRowHeaderWidth `: the base width of the grouping row header
92+ - `treeRowHeaderBaseWidth `: the base width of the grouping row header (default 30)
9393- `customTreeAggregationFinalizerFn`: if your column has a cellFilter, the insertion of text (e.g. 'min: xxxx')
9494 usually breaks the cellFilter. You can define a custom aggregation finalizer that handles this text differently,
9595 either applying the filter in code, or skipping the inclusion of the aggregation text. This can also be used
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Options to watch out for include:
5050
5151- `treeIndent`: the expand buttons are indented by a number of pixels (default 10) as the tree
5252 level gets deeper. Larger values look nicer
53- - `treeRowHeaderWidth `: the width of the tree row header
53+ - `treeRowHeaderBaseWidth `: the base width of the tree row header (default 30)
5454- `showTreeExpandNoChildren`: defaults to true. Shows the + even if there are no children, allows
5555 you to dynamically load children. If set to false there'll be no + if there are no children
5656
You can’t perform that action at this time.
0 commit comments