Editable Grid Header Component

Header Cell

Function: a!gridLayoutHeaderCell()

Defines a column header for use in an Editable Grid.

Parameters

Name Keyword Types Description

Label

label

Text

Text to display as the column header.

Help Tooltip

helpTooltip

Text

Displays a help icon with the specified text as a tooltip.

Alignment

align

Text

Determines the header label's alignment. Valid values: "LEFT", "CENTER", "RIGHT".

Visibility

showWhen

Boolean

Determines whether the header cell is displayed in the grid. When set to false, the header cell is hidden and is not evaluated. Default: true.

Examples

This example needs to be used with the a!gridLayout() function for it to display anything. Examples that you can see in action are available in the Grid Layout component section.

1
2
3
4
=a!gridLayoutHeaderCell(
  label: "Total",
  align: "RIGHT"
)

The following patterns include usage of the Editable Grid Header Component.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK