`param` is a `TableRowDataFeatures` object which g...
# tornadofx
e
param
is a
TableRowDataFeatures
object which gives access to
tableRow
,
tableColumn
(the expander column) and
value
along with functions like
toggleExpanded()
,
isExpanded()
,
setExpanded(boolean)
and
expandedProperty()
.