v2 Javascript Snippet on button click or row action

How to invoke JavaScript Snippet on row action in v2

Just like you did in V1. The row action configuration includes “Actions” one of those actions is “Run a Skuid JavaScript snippet”

Can we call Snippet on Cell?

Hi Skuidified,

In Skuid you have robust capabilities to format cell behavior declariatively:

display logic allows you to assign different style variants to a cell based on custom criteria (Display Tab

  • )

You can also add a Template field to a table or form and use interactions to configure on click behavior. (Interactions Tab

  • )

As of the Boston release in v2 you can call a snippet on a cell using a custom display method. (Use the Display As – Custom in the cell’s basic properties tab…see the field property docs for more information)