What is the best practise for using list vs rows?
I want to display a list of products (say, 6 items), as , with right-justified.
If I don’t need any of the feature like delete or reorder, ie, only required a static display list of items, would you still use ion-list?
Thanks.