:: 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.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5
2.5.0 - 2.5.4
2.5.4
2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2