:: Forum >>

static number column

Hi,

I have got this working, pulling data out from an access database, and I would like to change the first Vertical column, that shows incremental numbers and remains static when you scroll horizontally, to show data pulled out from the database (First and LastName info),
Can this be done?

Also is it possible to have more than 1 static column?
Any help gratefully received.
Ta,
Kiri
Kiri Dunn
Monday, February 14, 2005
Yes, you can set text of the row headers:

obj.setRowProperty("text", function(i){return myRows[i]});

No, there could be only one static column.
Alex (ActiveWidgets)
Tuesday, February 15, 2005

This topic is archived.


Back to support forum

Forum search