Forum Discussion
jeffiefgf
4 years agoFrequent Visitor
Make changes to dataView/data fields with TypeScript instead of going into edit mode
In my custom visual, I would like to let users make changes to the data fields through clicking buttons within the visual instead of dragging the fields around while in edit mode. For instance, we can move a certain data field to the bottom in edit mode by selecting a data field => Move => To bottom, as shown in the screenshot below. Is there a way to do this with code so that I can make it an onclick event for a button?
Any help or suggestion would be greatly appreciated, thank you in advance!