:: Forum >>
Numbered rows
Hi there,
I see your online demo shows the first column for the row numbers, but the trial script doesn't show this column. I looked at the docs but I couldn't find the way to add this column...
What am I missing?
Luis
Friday, March 13, 2009
Anthony
Friday, March 13, 2009
Yes, these two lines made the trick:
obj.setSelectorVisible(true);
obj.setSelectorText(function(i){return this.getRowPosition(i)+1});
Thank you!
Luis
Saturday, March 14, 2009
This topic is archived.
Back to support forum
Forum search