ensureCellFullyVisible
suspend fun <T : Any, C, E> ensureCellFullyVisible(rowIndex: Int, targetColIndex: Int, targetColKey: C, visibleColumns: List<ColumnSpec<T, C, E>>, state: TableState<C>, verticalState: LazyListState, horizontalState: ScrollState, density: Density, movement: Int = 0)
Ensure that the specified cell (row + column) becomes fully visible.