Adding Row to Bottom of Grid
Will having an array for the rows cell text (cellText) and then using
grid.push(cellText) work for this instance?
Can you add a row to the bottom of the grid using
grid.addRow(grid.getRowCount()), and then fill in the text? Not sure what's best here... Thanks
grid.push(cellText) work for this instance?
Can you add a row to the bottom of the grid using
grid.addRow(grid.getRowCount()), and then fill in the text? Not sure what's best here... Thanks
Brent
August 15,