in default detail view, images shown in raw, using much space, i want to present all image as gallery view, view screenshot i attached below to understand my need easily.
You want to use a Child table to list the related images, maybe named "Order Images". Not only does this allow you to attach any number of images, but you can also freely add other image related details such as description, product the image belongs to, etc.
Once you have this Child table of images established, then you can display the "Related Child Images" with an Inline view set as type of "Gallery". The images will display in a scrollable Gallery list.
I hope this helps!
I think that you don't have a valid data structure for your propouse.
You will need 2 diferent data tables. One of them for your orders information, and other one for the images.
In second table "Order Images" you have to include a reference colum [Order] and mark it as "Part of", to link whit Order table. Automatically, appsheet will create a new view called "Order Images_Inline". You could configureted view type as Gallery and you will see your images in detail view of your orders in the column "Related to Order images".
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |