mlms13 / FancyTable

A table that is fancy.
MIT License
5 stars 2 forks source link

Add a shorthand method on table that allows setting a cell's value #6

Closed mlms13 closed 8 years ago

mlms13 commented 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).