ionGrid , , . , , , <strong></strong> html-:
<ion-row>
<ion-col>
<strong>Product</strong>
</ion-col>
<ion-col>
<strong>Payment Date</strong>
</ion-col>
<ion-col>
<strong>Status</strong>
</ion-col>
</ion-row>
, , Bootstrap " ", :
ion-row.active {
background-color: #f5f5f5;
}
ion-row.success {
background-color: #dff0d8;
}
ion-row.warning {
background-color: #fcf8e3;
}
ion-row.error {
background-color: #f2dede;
}
, , CSS, , , , , . , , , , , , .
UPDATE
Ionic 3.0.0, Grid component, . , grid.