I have a simple list of items and am using ion-item-sliding functionality to expose operations like Delete, Edit, etc.
Each item is a record with a half-dozen fields that I want to layout in a nice card/grid. I was hoping to use the ion-grid/ion-row/ion-col elements but that doesn’t work.
In order to retain the ion-item-sliding functionality, should I just layout my fields using ordinary HTML/CSS within each ion-item?