kvision / pl.treksoft.kvision.tabulator / DownloadConfig

DownloadConfig

(js) data class DownloadConfig

Download config options.

Constructors

(js)

<init>

Download config options.

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

Properties

(js)

columnCalcs

val columnCalcs: Boolean?
(js)

columnGroups

val columnGroups: Boolean?
(js)

rowGroups

val rowGroups: Boolean?

Extension Functions

(js)

toJs

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

fun DownloadConfig.toJs(): AddditionalExportOptions