☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

scrollToColumn

scrollToColumn(columnIndex: Number)

[starting from version: 2.8.27]

Scrolls the grid to the specified column.

Parameters

Parameter/TypeDescription
columnIndex
Number
The index of the column to which the grid will be scrolled. Indexes start from 0.

Example

pivot.scrollToColumn(10);
Live example

See also

scrollToRow