cancel
Showing results for 
Search instead for 
Did you mean: 

How can get the checbox event in smarttable control in SAP UI5

Former Member
0 Kudos

Hi Team,

I am using Smart table control for data binding from oData service.

Binding is happenning properly.

I want to write a custom code to open a new page when clicked on check box in Smart table.

Could some one has a sample code for the check box event and also on this event if i can get all the data of the selected row, so that i can use these in the new page.

Thanks,

Ganesh

smarttable.jpg

See attached image.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228602
Contributor
0 Kudos

Hello Ganesh,

There is an event on smart table "fieldChange" . You can listen to this event and this should be fired whenever any change occurs to the fields created by smart table. Have checks ensure it is a checkbox and you should be able to implement your code.

Thanks and Regards,

Veera