Search
TableNode.currentScrollRow Property
See Also
 





Gets or sets the table's current scroll position.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get currentScrollRow() {}
set currentScrollRow(value) {}

 Property Value

Number

The index of the first row that should be visible in the table.

 See Also