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).