Styles
As a single expression (style)
style)<object-table style="$:getRowStyles($object)">
...
</object-table>function getRowStyles(object){
return {
align: 'right',
color: '#8E24AA',
iconColor: '#ffffff',
bold: true,
italics: true,
underline: true,
strikethrough: true,
backgroundColor: '#90CAF9'
}
}
As individual styles
Applied on a column level
column level
Full list of styles
JSON Syntax
Attribute Syntax
Description
Cell Icons
Cells with icons only
Last updated