Recipes
Application Interface
Add a button to a table row

Add a button to a table row

Problem

You would like to add a button to trigger an action for in each cell of a data table column.

Solution

  1. Select the Data Table you would like to edit
  2. In the Columns panel, click the + Icon to add a custom column
  3. Select Render as » Button
  4. Configure your new button column with a On Button Click function

Discussion

If you’d like two button next to each other like an Actions section, you can create another column for the second button and remove the column’s Title.

See also