Forum Discussion
v-mubish
9 years agoHelper I
Format pane objects at run time in custom table visual
Hi,
I want to fetch the table headers name dynamically in the object so that i can format them at run time.
As far as i know, type: {enumerate [] } is used to display the drop down in format pane but it takes only hard coded values i guess.
i want to fetch like this
(this is table visual from power BI).
Does it require some another library or some other type{} to sync with visual.ts file?
Please guide.