deldersveld / PowerBI-ThemeTemplates

Snippets for assembling Power BI Themes
The Unlicense
460 stars 208 forks source link

TableEx, Options for Styles #26

Closed HarryLeboeuf closed 4 years ago

HarryLeboeuf commented 4 years ago

In PBI Desktop we can choose different styles for a table. Do you have any idea what are the enumerator values in json for these styles.

7samat commented 4 years ago

The enum list for table style is:

'AlternatingRows' 'BoldHeader' 'Minimal' 'Condensed' 'ContrastAlternatingRows' 'Sparse' 'BoldHeaderFlashyRows' 'None' 'FlashyRows'