Skip to Content
0
Former Member
May 14, 2018 at 02:18 PM

Can we set sap.m.Table Row to busy state?

947 Views Last edit May 14, 2018 at 02:21 PM 3 rev

Hi experts!

I'm wondering, if we could set the Row (Item of sap.m.ColumnListItem) of a sap.m.table to busy state by, f.e. push of the Button, which is in the Cell of that Row?

I tried to use something like this in the Button "press" event:

oEvent.getSource().getParent().setBusy(true);

but nothing happens. The Console is empty as well (throwing back no errors).