append

fun <T> append(text: String? = null): TableColumn<S, T>

Add a default column using text, returning the column added.


inline fun <T> append(text: String? = null, configuration: TableColumn<S, T>.() -> Unit): TableColumn<S, T>

Add a column using text and configuration block, returning the column added.