Ion-list vs grid rows

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.

You answered it when you said ‘list of products’. Use a list. You can use ion-list, or you can use just the css styling for a list if you want to keep it simple.