DownloadConfig

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

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.