Column Pattern Formatting
You can configure the appearance of a column by either:
- Defining a column pattern.
- Setting column options within the component editor.
- Adding an _SD_FORMATTER within the column name.
Configuring Multiple Columns using Patterns
You may have many columns named similar or have dynamic columns which may only appear during a form change. You can create column name patterns to match these columns and apply formatting to them.
- Within the component editor. Click
Add Column Pattern
- Type a javascript regex pattern into the new field that matches some set of columns.
- In either the new Patterns compact editor or in the new coillapsible, set your configuraiton options and observe they are applied to all matching columns.

When you create a pattern, a new expandable menu appears for configuring those columns.

Configure Multiple Table Columns

Notice that the column specific option, overrides the pattern matched setting.
Example Code Used
Perform this query against DEMODB
that comes built-in to Pulse to recreate the demo above.