column

fun column(key: C, valueOf: (T) -> Any?, block: EditableColumnBuilder<T, C, E>.() -> Unit)

Declare a column with the given key and configure it via block.