Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/assets/demo/en/business/product-compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ How to Choose a Robotic Vacuum & Mop❓︎ Multi-dimensional Product Configurati

This example customizes the row header tree by configuring `PivotTable.rowTree`; and sets the background color of rows with different indicator values to red using `indicators[x].style.bgColor`, making it easy to spot differences at a glance.

Contributor: [Jacleklm](https://github.com/Jacleklm)

## Key Configurations

- `PivotTable.rowTree` Customize row header dimension tree
Expand Down
2 changes: 2 additions & 0 deletions docs/assets/demo/zh/business/product-compare.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ option: PivotTable#rowTree

该示例通过配置 `PivotTable.rowTree` 自定义行表头树;通过 `indicators[x].style.bgColor`,将指标值不同的行背景色设置为红色,方便一眼看出不同

贡献者:[Jacleklm](https://github.com/Jacleklm)

## 关键配置

- `PivotTable.rowTree` 自定义行表头树
Expand Down