Skip to content

scrollTo

scrolls the view to the defined position

function scrollTo(
// the position of x-scroll
x: number,
// the position of y-scroll
y: number
): void

For dynamic loading: if the view is scrolled to the position at which the viewport isn’t fully populated with data, DataGrid automatically generates a load request to the server.

Articles

API