Determine Row in GridTable for RowAction

  • Tilo Siegler
        2 days ago #63261

        How can the row be identified in which a row action was executed?

        As far as I see, only the selected rows can be identified, but the click on the row action button does not select the row.

        Help would be highly appreciated.

        With kind regards,
        Tilo Siegler

        Armin Winkler
            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)
          1 day ago #63278
          Up
          1
          Down
          ::

          Hi Tilo,

           

          for this purpose the RowActionItem widget offers an event called ‘press’ which gives you programmatic access to the original row in which the action was clicked on. The event is documented as follows in the OpenUI5 API Reference. You just need to subscribe to that event in a Process Designer story and then access the event parameter ‘row’ using JavaScript code.

           

          Kind regards,

           

          Armin

          Tilo Siegler
              1 day ago #63284
              Up
              0
              Down
              ::

              Hi Armin,

              thank you very much. I really missed the obvious.

              Kind regards,
              Tilo

            Viewing 3 posts - 1 through 3 (of 3 total)

            You must be logged in to reply to this topic.