Forum Discussion
Theme, Table Flashy rows in json
I've bene looking for a while but couldn't find anything.
I'm looking for the rright value/label to include the Flashy Rows Style into my Theme.
For example this works for Condensed style, but flashy is ...
The "*"-block is in front for all styles and then for Condensed I've placed some changes
"Condensed": {
"grid": [{
"gridVertical": false,
"gridHorizontal": false,
"rowPadding": 0,
"outlineWeight": 0,
"textSize": 8,
"imageHeight": 100
}],
"columnHeaders": [{
"fontColor": { "solid": { "color": "#4fafe3"}},
"backColor": { "solid": { "color": "#025589"}},
"outline": "Frame",
"autoSizeColumnWidth": true,
"fontFamily": "Arial",
"fontSize": 10,
"alignment": "Left",
"wordWrap": true
}],
But when I do the same for "Flashy Rows" it doesn't pick it up.
2 Replies
- v-xicai
Community Support
Hi LeboeufHarry ,
You may try to delete the row about the "backColor".
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- LeboeufHarry
Helper I
Sorry, misunderstanding...
My problem is not how to make flashy rows, I can't find the right "<label>" for flashy rows, and others.
The ones that can be selected in the Style drop down. Like
"Bold Header' - 'Alternating Rows" - "Bold header flashy rows" - "Contrans alternating rows" - ....
I'm looking for the right <label> to get them into the json file.
I've tried "Flashy rows" but that didn't work and can't find any doc on this ....