Update data in matrix of cells
问题 This code implements a 60 cell spreadsheet, 6x10 rows,columns. At the end of each row are two labels, one for row total and for running total. The main issue here is how to update the row and running total labels when the calc button is pressed. I would also like to move the button from the bottom of the scrollview to the bottom of the window where it's always visible. Another view for buttons at the bottom? Ti.include("toast.js"); // 3rd-party code; displays notifications var i=0; var r=0;