Skip to main content
Nintex Community Menu Bar
Question

Identifying Row Actions from Javascript Snippet

  • July 12, 2024
  • 0 replies
  • 4 views

Forum|alt.badge.img

Hello all!

I am looking for a way to attach an ‘ID’ attribute to the Row Actions of a table. We have a javascript snippet that runs when certain actions are taken on the page, and it evaluates certain conditions in order to make certain rows of the table ‘Unavailable’ to add.

In order to achieve this, we would need to determine which Button corresponds to the correct row and set the Disabled attribute.

Does anyone know if there is a way to dynamically reference a Row Action based on a Row object (Like what is returned from skuid.model.getRows()).

Thank you for any suggestions!