Skip to content

Commit

Permalink
[update] methods updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tbshag2 committed May 18, 2024
1 parent d4ae775 commit 94ab97c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/api/config/methods-property.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Each method is represented by a key-value pair, where the `method` is the name o
- `branchMode` - (optional) defines the mode for the calculation of total values for the tree table; the branchMode can be set to `raw` for calculation based on all raw data; `result` (default) is set for calculation based on already processed data in the tree mode
- `branchMath` - (optional) the name of a method to calculate total values in the tree mode; the "sum" is set by default

By default, the `methods` property is an empty object ({}), which means that no custom methods are defined. There are 5 predefined methods: "sum", "min", "max", "count", "average".

There is no limit to the number of sub-properties that can be defined in the methods object. By default, the `methods` property is an empty object ({}), which means there are no default custom methods.
By default, the `methods` property is an empty object ({}), which means that no custom methods are defined. There are 5 predefined methods: "sum", "min", "max", "count", "average". There is no limit to the number of sub-properties that can be defined in the methods object.

## Example

Expand Down

0 comments on commit 94ab97c

Please sign in to comment.