Closed mlms13 closed 8 years ago
Row's can currently set a cell's value given an index, but really you should be able to set any cell's value given a table instance. table.setCellValue(rowIndex, cellIndex, value).
table.setCellValue(rowIndex, cellIndex, value)
Row's can currently set a cell's value given an index, but really you should be able to set any cell's value given a table instance.
table.setCellValue(rowIndex, cellIndex, value)
.