Join the Team Forms community

R
A
T
C
G
Members
Callum Giglia-Smith
C
Callum Giglia-Smith
Offline, last seen yesterday
Joined September 18, 2024

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,

Plain Text
      instance.root.getComponent('DataGrid').setValue(updatedRow) 

however I can't find a way to update just the row that the change is happening in.

1 comment
A