Skip to main content
faraza4154
May 22, 2023
Question

Dynamically create card layout

  • May 22, 2023
  • 3 replies
  • 0 views

I want to create below boxes dynamically for example if I receive 5 values from DB then there should be 2 rows and 3 columns, 1st complete row and 2nd row with 2 items

3 replies

stefanhelzle0001
Brainy
May 22, 2023

Read my blog post. It explains how to turn a list of items into a matrix and use two nested foreach to render them.

appian.rocks/.../

harshitb6843
May 22, 2023

Got you covered - appianspace.com/.../

faraza4154
May 24, 2023

That was really helpful than you Harshit.