LongColumn

data class LongColumn(val label: String, val value: () -> Long?) : ResultColumn

A result column that displays a long integer value.

Constructors

Link copied to clipboard
constructor(label: String, value: () -> Long?)

Properties

Link copied to clipboard
open override val label: String

the column header label

Link copied to clipboard
val value: () -> Long?

a lambda that provides the value for each row