ensureColumnFullyVisible

suspend fun <T : Any, C, E> ensureColumnFullyVisible(targetColIndex: Int, targetColKey: C, visibleColumns: List<ColumnSpec<T, C, E>>, state: TableState<C>, horizontalState: ScrollState, density: Density)

Ensure that the given column becomes fully visible horizontally.