DownloadConfig

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

Download config options.

Constructors

Link copied to clipboard
fun DownloadConfig(    columnGroups: Boolean? = null,     rowGroups: Boolean? = null,     columnCalcs: Boolean? = null)

Properties

Link copied to clipboard
val columnCalcs: Boolean? = null
Link copied to clipboard
val columnGroups: Boolean? = null
Link copied to clipboard
val rowGroups: Boolean? = null

Extensions

Link copied to clipboard
fun DownloadConfig.toJs(): Tabulator.AddditionalExportOptions

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