Trouble filling grid
I have the following array, then when setting the content for the grid
I get the first row having the correct first array element, then the next 2 rows are inserted with undefinated.
Any suggestions?
var users = [["http://www.site.com/page1.php"],
["http://www.site.com/page2.php"],
["http://www.site.com/page3.php"]];
obj.setCellText(function(i, j){return users[i][j]});
I get the first row having the correct first array element, then the next 2 rows are inserted with undefinated.
Any suggestions?
Tony
December 21,