Does ‘getrowdatabyid’ return a reference/point directly into the data behind the row?
Such that any update to the object return by ‘getrowdatabyid’ will be reflected in the row in realtime?
If yes then why can’t we have a ‘getrow(s)data’ method to make life easier?