toggle menu
kvision-tabulator
7.5.1
js
switch theme
search in API
kvision-tabulator
/
io.kvision.tabulator
/
DownloadConfig
Download
Config
data
class
DownloadConfig
(
val
columnGroups
:
Boolean
?
=
null
,
val
rowGroups
:
Boolean
?
=
null
,
val
columnCalcs
:
Boolean
?
=
null
,
val
rowHeaders
:
Boolean
?
=
null
)
Download config options.
Members
Members & Extensions
Constructors
Download
Config
Link copied to clipboard
constructor
(
columnGroups
:
Boolean
?
=
null
,
rowGroups
:
Boolean
?
=
null
,
columnCalcs
:
Boolean
?
=
null
,
rowHeaders
:
Boolean
?
=
null
)
Properties
column
Calcs
Link copied to clipboard
val
columnCalcs
:
Boolean
?
=
null
column
Groups
Link copied to clipboard
val
columnGroups
:
Boolean
?
=
null
row
Groups
Link copied to clipboard
val
rowGroups
:
Boolean
?
=
null
row
Headers
Link copied to clipboard
val
rowHeaders
:
Boolean
?
=
null
Functions
to
Js
Link copied to clipboard
fun
DownloadConfig
.
toJs
(
)
:
Tabulator.AddditionalExportOptions
An extension function to convert download config class to JS object.