/
Cascading attributes
Cascading attributes
When you set the following attributes on the column or row child elements of the table component, the attribute settings apply to every cell in that column or row:
Elements | Attribute Name | Attribute Name |
column and row | popup | popup |
column and row | fontBold | fontWeight |
column and row | fontItalic | fontStyle |
column and row | fontUnderline | textDecoration |
column and row | fontSize | fontSize |
column and row | fontName | fontFamily |
column and row | fontColor | color |
column and row | bgColor | backgroundColor |
column | alignHorizontal | horizontalAlignment |
Event Handlers
Event handlers do not cascade across cells. You must specify event handlers to individual cells.