@ABG I am creating a Shop screen in my project. How would I use the spreadsheet component to add values into their respective columns and on new lines?
I am new to using the spreadsheet feature of MIT.
Also I am using ios.
@ABG I am creating a Shop screen in my project. How would I use the spreadsheet component to add values into their respective columns and on new lines?
I am new to using the spreadsheet feature of MIT.
Also I am using ios.
Please start new topics for new problems.
Also, leave off Power User names, we are not glued to our screens and others can help while we are away.
I don't have a spreadsheet sample for shopping, but you can follow this model for table structures:
The basic idea is to keep a price table (sheet) for reference only, and build your cart as an AI2 table (list of lists).
For Google Sheets, see