Skip to content

Commit 8b5cf59

Browse files
committed
[update] more links added to gettable
1 parent 15dac8f commit 8b5cf59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/api/methods/gettable-method.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: You can learn about the getTable method in the documentation of the
1010

1111
@short: Gets access to the underlying Table widget instance in the Pivot table
1212

13-
This method is used when there's a need to access the underlying Table widget instance in Pivot. It provides direct access to the Table functionality allowing for operations such as data serialization and exporting in various formats. The Table API has its own `api.exec()` method that can call the `open-row`, `close-row`, `export` events. Usage examples with the events you can see here: [Expanding/collapsing all rows](/guides/configuration#expandingcollapsing-all-rows), [Exporting data](/guides/exporting-data).
13+
This method is used when there's a need to access the underlying Table widget instance in Pivot. It provides direct access to the Table functionality allowing for operations such as data serialization and exporting in various formats. The Table API has its own `api.exec()` method that can call the [`open-row`](/api/table/open-row), [`close-row`](/api/table/close-row), [`export`](/api/table/export), and [`filter-rows`](/api/table/filter-rows) events.
1414

1515
### Usage
1616

@@ -66,3 +66,10 @@ exportButton.textContent = "Export";
6666

6767
document.body.appendChild(exportButton);
6868
~~~
69+
70+
**Related articles:**:
71+
72+
- [`close-row`](/api/table/close-row)
73+
- [`export`](/api/table/export)
74+
- [`filter-rows`](/api/table/filter-rows)
75+
- [`open-row`](/api/table/open-row)

0 commit comments

Comments
 (0)