Forum Discussion
How to add custom Properties in custom visuals
You could check the tutorial at https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/StaticObjects.md. And there are enough repositories at https://github.com/Microsoft?utf8=%E2%9C%93&q=PowerBI-visuals&type=&language= for your reference.
Thank you for your suggestion. I am aware of the objects(Static Objects), But as I have metioned in the original question, I dont want this to be displayed in the property pane.
For example I am attaching a default behaviour of table "Visuals", where you can see a sort icon. This will not be available in the property pane but the sorting will be saved and when you open the report again the sorting will be restored from some where.
I am also trying to do something similiar. Let me know If I am still confusing.
- v-chuncz-msft9 years agoCommunity Support
You may refer to Table Sorter and view its source code at https://github.com/Microsoft/PowerBI-visuals-TableSorter.
- bala232899 years agoRegular Visitor
Thank you for your reply. Can you point to me what I should look for in the table sorter code? Thank you again.
- v-chuncz-msft9 years agoCommunity Support