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
28
28
saved states may not reload cleanly
29
29
- groupLevel is now treeLevel
30
30
- groupingSuppressAggregationText is now handled via customTreeAggregationFinalizerText
31
- - groupingRowHeaderWidth is now treeRowHeaderWidth
31
+ - groupingRowHeaderWidth is now treeRowHeaderBaseWidth
32
32
- groupingIndent is now treeIndent
33
33
- groupingRowHeaderAlwaysVisible is now treeRowHeaderAlwaysVisible, and default has changed to true
34
34
**_
@@ -89,7 +89,7 @@ Options to watch out for include:
89
89
90
90
- `treeIndent`: the expand buttons are indented by a number of pixels (default 10) as the grouping
91
91
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)
93
93
- `customTreeAggregationFinalizerFn`: if your column has a cellFilter, the insertion of text (e.g. 'min: xxxx')
94
94
usually breaks the cellFilter. You can define a custom aggregation finalizer that handles this text differently,
95
95
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:
50
50
51
51
- `treeIndent`: the expand buttons are indented by a number of pixels (default 10) as the tree
52
52
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)
54
54
- `showTreeExpandNoChildren`: defaults to true. Shows the + even if there are no children, allows
55
55
you to dynamically load children. If set to false there'll be no + if there are no children
56
56
You can’t perform that action at this time.
0 commit comments