Forum

Armin Winkler
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
4 weeks, 1 day ago #67093
Up
0
Down
::

Hi Leonid,

what you are looking for is presumably the ‘selectionChange’ event of the sap.m.Table, which is the basis for both the ‘Table’ as well as the ‘TableEnhanced’ widgets available in the Standard Content for Simplifier. After subscribing to that event, you could call the ‘getSelectedItems’ method on the table in order to determine the amount of selected items / checkboxes and act accordingly. If you need to deselect all items / checkboxes programmatically, there’s the ‘removeSelections’ method to do just that.

Please let us know if this helped you.

Kind regards,

Armin