:: Home >>

Row numbers

To display row numbers put getRowPosition() method call into selector text property. The positions start with 0 so you may want to add 1 to the getRowPosition() method result.

obj.setSelectorText(function(i){return this.getRowPosition(i)+1});

See also

Class reference - row position

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData