Ion-item-sliding functionality with formatted items

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?

My guess is that you forgot to include placement directives like item-left in your ion-col and ion-grid tags.

Very good, if nesting ion-grid within ion-item is allowed then I will get
it to work.
Thank you!