Forum Discussion
bala23289
9 years agoRegular Visitor
How to add custom Properties in custom visuals
I have a custom visual which is using ag-grid, I want a way to add custom properties which may be hidden from the Formatting options in the visual pane. For example there is an option in grid to ...
bala23289
9 years agoRegular Visitor
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-msft
9 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