Add a default column using text, returning the column added.
inline fun <T> append(text: String? = null, configuration: TreeTableColumn<S, T>.() -> Unit): TreeTableColumn<S, T> Add a column using text and configuration block, returning the column added.