logo light

Trigger an action when updating a column's state

Image Description
By: Charlie Etienne
  • Published: 28 Apr 2025 Updated: 28 Apr 2025

Using an editable column like SelectColumn or ToggleColumn, you can conditionally trigger a modal form when a certain option is selected.

Trigger an action when updating a column's state

Using an editable column like SelectColumn or ToggleColumn, you can conditionally trigger a modal form when a certain option is selected.

In this example, selecting a specific status (like "Redirected ") opens a modal with additional fields to fill, while other options simply update the record directly.

Back to Tricks