Skip to content

Commit d7a71f8

Browse files
riatigermportuga
authored andcommitted
docs(treeRowHeaderBaseWidth): Update documentation for tutorials 209 & 215
* Update 209_grouping.ngdoc Fixed property name (treeRowHeaderWidth --> treeRowHeaderBaseWidth), updated property description. * Update 215_treeView.ngdoc Fixed property name (treeRowHeaderWidth --> treeRowHeaderBaseWidth), updated property description.
1 parent 6838dd6 commit d7a71f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

misc/tutorial/209_grouping.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

misc/tutorial/215_treeView.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)