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