From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-download-config/index.html | 32 +++++++++------------- 1 file changed, 13 insertions(+), 19 deletions(-) (limited to 'api/pl.treksoft.kvision.tabulator/-download-config/index.html') diff --git a/api/pl.treksoft.kvision.tabulator/-download-config/index.html b/api/pl.treksoft.kvision.tabulator/-download-config/index.html index 5794063d..6beae420 100644 --- a/api/pl.treksoft.kvision.tabulator/-download-config/index.html +++ b/api/pl.treksoft.kvision.tabulator/-download-config/index.html @@ -8,19 +8,19 @@ kvision / pl.treksoft.kvision.tabulator / DownloadConfig

DownloadConfig

-data class DownloadConfig +(js) data class DownloadConfig

Download config options.

Constructors

+DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null)
-

<init>

+(js) +

<init>

-DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null)

Download config options.

-
@@ -29,21 +29,24 @@ -

columnCalcs

+(js) +

columnCalcs

val columnCalcs: Boolean? -

columnGroups

+(js) +

columnGroups

val columnGroups: Boolean? -

rowGroups

+(js) +

rowGroups

val rowGroups: Boolean? @@ -55,21 +58,12 @@ -

createInstance

- - -fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

- - - - -

toJs

+(js) +

toJs

-fun DownloadConfig.toJs(): Tabulator.DownloadConfig

An extension function to convert download config class to JS object.

- +fun DownloadConfig.toJs(): DownloadConfig -- cgit