Open roberto-slopez opened 7 years ago
It is possible to obtain the name of the property and the key of the property in labelRenderer and valueRenderer
labelRenderer
valueRenderer
I try passed delta diff [https://github.com/benjamine/jsondiffpatch], I need key for get change on delta
delta: is a array diffs of json
+1 for this.
It's not documented but per this line the key path is just some additional arguments passed to valueRenderer.
It is possible to obtain the name of the property and the key of the property in
labelRenderer
andvalueRenderer
I try passed delta diff [https://github.com/benjamine/jsondiffpatch], I need key for get change on delta