Number Column
Description:
Allowed Parent Components:
PivotGrid
Allowed Child Components:
Color Formatter
Popover
Pulse
Trigger Before Render
Trigger On Cell Click
TriggerOnCellDoubleClick
Properties
➤ Title
Allowed Values: StringNumberExpression
➤ Width
Allowed Values: Any number value
➤ View Attribute
Allowed Values: Attribute
➤ Alignment
Allowed Values:
Default
Start
Center
End
➤ Resizable
Check this property to allow a user to resize the columns. Columns can be resized by dragging the edge of the column header to the right or left.
Allowed Values: Yes/No
➤ Sortable
Check this property to enable the sorting of data in ascending or descending order on click of column header
Allowed Values: Yes/No
➤ Header Tool Tip
A message which appears when a cursor is positioned over.Note: Use '$title$' to get the column title Ex:$title$
Allowed Values: An expression which should return string after evaluation
➤ Tool Tip
A message which appears when a cursor is positioned over.Note: Use '$title$' to get the column title and $viewAttribute$ to get the viewAttribute of the column as it is generated dynamically. Ex:#{dsAlias.$viewAttribute$}
Allowed Values: An expression which should return string after evaluation
➤ Tool Tip Position
Select an option to change the placement of the tooltip when appears.
Allowed Values:
left
right
top
bottom
➤ Show Negative In Brackets
Check this property to show the negative value separately in braces
Allowed Values: Yes/No
➤ Hide Repeated Values
Enable this property to hide duplicate values from being displayed on the pivot grid.
Allowed Values: Yes/No
➤ Format
Allowed Values: Free text field
➤ Pretty Date
Allowed Values: Yes/No
➤ Expression
Expression
Allowed Values: Expression
➤ Type
Choose the data type of the expression result. On the basis of the selected data type, the HTML input field will be displayed as pivot column.
Allowed Values:
date
number
string
Last updated