data class DownloadConfig
Download config options.
DownloadConfig(columnGroups: Boolean? = null, rowGroups: Boolean? = null, columnCalcs: Boolean? = null)
Download config options.  | 
val columnCalcs: Boolean? | 
|
val columnGroups: Boolean? | 
|
val rowGroups: Boolean? | 
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.  | 
|
fun DownloadConfig.toJs(): Tabulator.DownloadConfig
An extension function to convert download config class to JS object.  |