In selected data and other properties events and methods I get a rows[] object.
How do I access a certain cell in that row. Can I use the column index?
e.g. for column 2 (starting with zero) can I write:var text = rows[5][2]
?Can I somehow get the cell by the row number and column id?
- Can I somehow get the column index from its id?
I can get the columnid from the getColumnHeaders()... but:
- Can I somehow get the column NAME (as set in the html) from its id or index?