I am using sap.m table. I am using followind coding...
<?xml version="1.0" encoding="UTF-8"?><Table items="{ztabledata>/results}" selectionBehavior="RowOnly" selectionChange="selectionChangeEditProfile" id="idEditProfileDetailsTable" mode="SingleSelectMaster"><columns><Column width="12em"><Text text="{i18n>LLMName}" /></Column><Column width="12em"><Text text="{i18n>LLMCode}" /></Column></columns><items><ColumnListItem><cells><Text text="{ztabledata>Lmname}" /><Text text="{ztabledata>Lmnode}" /></cells></ColumnListItem></items></Table>
unselect means do you want to unselect it programatically or when you select a row again, you want to unselect the selected row?
Best Regards,Mahesh
use list mode : MultiSelect which will have unselect option
You already have an active moderator alert for this content.
Add comment