Skip to content

Commit 15dac8f

Browse files
committed
[update] more links added to table events
1 parent 7daac4a commit 15dac8f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/api/table/close-row.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ The snippet below demonstrates how to open/close all rows with a button click:
4040

4141
<iframe src="https://snippet.dhtmlx.com/i4mi6ejn?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
4242

43-
**Related article**: [`getTable`](/api/methods/gettable-method)
43+
**Related articles**:
44+
- [`getTable`](/api/methods/gettable-method)
45+
- [Expanding/collapsing all rows](/guides/configuration/#expandingcollapsing-all-rows)
4446

docs/api/table/open-row.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ The snippet below demonstrates how to open/close all rows with a button click:
4040

4141
<iframe src="https://snippet.dhtmlx.com/i4mi6ejn?mode=result" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe>
4242

43-
**Related article**: [`getTable`](/api/methods/gettable-method)
43+
**Related articles**:
44+
- [`getTable`](/api/methods/gettable-method)
45+
- [Expanding/collapsing all rows](/guides/configuration/#expandingcollapsing-all-rows)

docs/guides/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const sizes = {
4444
};
4545
~~~
4646

47-
### Example
47+
Example:
4848

4949
~~~jsx {4-11}
5050
const table = new pivot.Pivot("#root", {
@@ -91,7 +91,7 @@ All parameters of `autoWidth` are optional and for detailed description of each
9191

9292
If `firstOnly` is set to **true** (default), each field of the same data is analyzed only once to calculate the column width. In case of multiple columns based on the same data (e.g., the *oil* field with the *count* operation and the *oil* field with the *sum* operation), only data in the first one will be analyzed and the others will inherit this width.
9393

94-
### Example
94+
Example:
9595

9696
~~~jsx {18-30}
9797
const table = new pivot.Pivot("#root", {

0 commit comments

Comments
 (0)