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
…