Hi,
I have a table like this, where population is a rendered view. I bind the rendered view to the rowData[“population“] param.
When I update the value in population it does not hold the changed value( does not change value in the props.data of table).
What is the best practice to do this? Is implementing a message handler to update prop.data in table each time onBlur of the textField in the rendered view the best practice?