I am trying to create a component that accepts an object as prop and can modify different properties of that object and return the value to the parent, using either sync or
In upper step, we generated id for each rows.
And in TradeTableItem (your template where we are populating, the table rows), Write id as :id="this.id" where this.id is a part of props.
Hope this helps