3.2.0

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
February 14,
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)
February 15,

This topic is archived.

See also:


Back to support forum