I am building a Data Grid that has multiple components on it and when the component labelled 'employees' is changed, I want the entire row to be updated to reflect different data that I have mapped from data sources.
Running the following line sets the entire Data Grid to the row that I wanted set,
instance.root.getComponent('DataGrid').setValue(updatedRow)
however I can't find a way to update just the row that the change is happening in.