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/get-data-count.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator/-tabulator/get-data-count.html (limited to 'api/pl.treksoft.kvision.tabulator/-tabulator/get-data-count.html') diff --git a/api/pl.treksoft.kvision.tabulator/-tabulator/get-data-count.html b/api/pl.treksoft.kvision.tabulator/-tabulator/get-data-count.html new file mode 100644 index 00000000..8034c618 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator/-tabulator/get-data-count.html @@ -0,0 +1,20 @@ + + + +Tabulator.getDataCount - kvision + + + +kvision / pl.treksoft.kvision.tabulator / Tabulator / getDataCount
+
+

getDataCount

+ +open fun getDataCount(activeOnly: Boolean = false): Int +

Get the number of data rows.

+

Parameters

+

+activeOnly - return only the number of visible rows

+

Return
+the number of data rows

+ + -- cgit