Stepanov Andrey
Stepanov Andrey

Reputation: 129

How in handsontable scroll to row?

Set the range of visible lines or scroll to the desired table row during initialization.

Thanks for your help.

Upvotes: 4

Views: 3837

Answers (1)

Lola
Lola

Reputation: 2648

$('#id').handsontable('selectCell', row1, col1, row2, col2, scrollToSelection = true)
$('#id').handsontable('deselectCell');

Upvotes: 4

Related Questions