invoke

inline operator fun <T> String.invoke(configuration: TableColumn<S, T>.() -> Unit): TableColumn<S, T>

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