:: Documentation >>

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

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5