Within the "New" Straight Table, is it possible to use a custom theme (within the JSON file) to set default styling on the Header, Dimension Values, Measure Values, Total Row, etc.?
I was able to deduce that the object's reference is sn-table and am able to customize the "Main" section (Headers, footers, etc.) but I haven't been able to locate any documentation for the rest of the Styling options.
I imagine the format would be something like this, but no combinations/arrangement that I've tried seem to work
"sn-table": {
"dimension":{
"values":{
"fontSize":"16px",
"color":"#FFFFFF",
"background":"#326F91"
}
}
}
Attached is a screenshot of the properties panel in question.
Any assistance would be much appreciated. Thanks in advance!