Hi Stefan,
Is there any error in console when you addStyleClass? E.g. is oTable undefined?
One possibility is to change default table/list cell style. You could do that with:
.sapMListTblCell {
background-color: red;
}
Regards,
Kimmo
Hi Stefan,
Is there any error in console when you addStyleClass? E.g. is oTable undefined?
One possibility is to change default table/list cell style. You could do that with:
.sapMListTblCell {
background-color: red;
}
Regards,
Kimmo