I would like to show a list of entity data left to right across a form rather than one after the other down the page. For example, I have an entity called "HW Code" each instance of the entity has a different code number entered by the user.
HW Code1 : P001
HW Code2: F007
HW Code3: U112
HW Code4: H104
etc.
I would like them to print out across the page rather than down and then wrap to the next line and continue until they are all printed. The number of codes a user may enter is unknown. For example
Is there any way to accomplish this?