I have a form, and i want to fill in certain cells in the glide sheet, how can i do that
im new to glide, and i have been running in circles
thanks!
You need to explain more about how you want to fill those cells. What is the user experience supposed
to be like? There are a lot of ways to do it. You could use an Edit form for each row item. You could use entry components directly on the detail screen when viewing each row item. You could use a Data Grid component linked to that table with edit functionality enabled.
If you are talking about doing through the editor, you can just click on a cell and changes its value.
It all depends on what you want you are trying to achieve. Give us more details about your use case.
by bad man, I’ll try to get u in more details.
so the app is a KPI tracker, and the form as shown in the pic, i want to have a botten for each month separately, hope i made it clear, and thank you.
- Add a Collection to that screen, and set the source of the collection to be the table you want to fill in.
- The collection will give you a list of items, where each item represents a row in the table
- Click on any item, and you will see a screen similar to the one you have now
- Click on the edit button, and you will be able to edit the data in that row
- Modify the edit form to suit your needs by adding or removing components.