Versions Compared
Version | Old Version 3 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Enum graphomate.ui.tables.enums.RowFormatConfigType
graphomate.ui.tables.enums.RowFormatConfigType.Exception
Shows an icon at cells which meet the condition. You are able to set the color, the fill and the shape of these displayed exceptions.
graphomate.ui.tables.enums.RowFormatConfigType.NumberFormat
Applies a number format to cells which meet the condition. This number format overrides any predefined format of the table or the column.
graphomate.ui.tables.enums.RowFormatConfigType.Datatype
Cells which meet the condition will be styled according to a datatype definition. The datatype must be registered to an active DatatypeDictionary and can be referenced in the RowFormatConfiguration by its name.
graphomate.ui.tables.enums.RowFormatConfigType.EditableContent
The value of cells which meet the condition will be editable at runtime.
graphomate.ui.tables.enums.RowFormatConfigType.CssClass
A custom CSS class will be added to all cells which meet the condition.
graphomate.ui.tables.enums.RowFormatConfigType.CssStatement
A CSS statement will be applied to all cells which meet the condition.