Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Manually refresh a node

$
0
0

@plusor wrote:

Hello there,
I use GoJS on Vue.

diagram.model = go (TreeModel, {nodeKeyProperty: 'id'})
diagram.model.nodeDataArray = data

Now my requirement is to be able to update to the node by directly modifying the data. Don’t ask me why. When I use model.setDataProperty (node, key, value) it doesn’t work. Because the data is already up-to-date.

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles