kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
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
,
val
columnHeaders
:
Boolean
?
=
null
,
val
dataTree
:
Boolean
?
=
null
)
(
source
)
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
,
columnHeaders
:
Boolean
?
=
null
,
dataTree
:
Boolean
?
=
null
)
Properties
column
Calcs
Link copied to clipboard
val
columnCalcs
:
Boolean
?
=
null
column
Groups
Link copied to clipboard
val
columnGroups
:
Boolean
?
=
null
column
Headers
Link copied to clipboard
val
columnHeaders
:
Boolean
?
=
null
data
Tree
Link copied to clipboard
val
dataTree
:
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.