From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-tabulator/scroll-to-row.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html b/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html new file mode 100644 index 00000000..850a2f19 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/scroll-to-row.html @@ -0,0 +1,22 @@ + + + +Tabulator.scrollToRow - kvision + + + +kvision / pl.treksoft.kvision.tabulator / Tabulator / scrollToRow
+
+

scrollToRow

+ +open fun scrollToRow(row: Int, position: RowPosition? = null, ifVisible: Boolean? = null): Unit +

Scroll to the row given by id.

+

Parameters

+

+row - id of the row

+

+position - the scrolling position

+

+ifVisible - scroll to already visible row

+ + -- cgit