cancel
Showing results for 
Search instead for 
Did you mean: 

Uncheck table row programitically sap.m.table

Deborshi
Explorer
0 Kudos

Hello User,

i want to Uncheck table row programitically sap.m.table.

How to do that?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor

Get the items in the table using "sap.m.table" API into a variable.

Use the method of each item setSelected for the respective idnex and set True to selected and false to unselect. - https://sapui5.hana.ondemand.com/#/api/sap.m.ListItemBase%23methods/setSelected