orderedColumnsWithSorting

fun <T> orderedColumnsWithSorting(columns: Map<String, Column<T>>): List<Pair<Column<T>, ColumnIdSorting>>