mtopolov
(Maxime Topolov)
October 6, 2022, 2:43pm
1
Hi! I’m a very new to WeWeb, a tool I love!
I’m wondering on how create a grid with 3 columns showing products from a REST API. Specifically I want have a simple way to automatically populate products as in following matrix, where products are Pn, with n=order in the dynamic collection:
P1, P2, P3
P4, P5, P6
P7, P8, P9
…
how do I do that with tables and collections?
1 Like
khairul
(Khairul Haaziq)
October 6, 2022, 7:18pm
2
Hi, welcome. There is a thread related to this, let me know if it helps.
Yes it is very easy with weweb. I think you must be new, and welcome. Weweb’s most powerful feature is that you can bind everything/anything to your data. You don’t need to specifically use a ‘collection item’. When you bind an array to an element, it will create repeatable items for the item in the element. And then in each item you can bind to their each data in the array.
Say you have an array of people in the company. This is what your data might look like.
[Screenshot 2022-09-24 at 8.3…
Other than that, you may check with weweb’s official docs or youtube