JSFiddle - React, Tailwind, and code Playground

by kairavthakar2016

HTML

<tr id="grpoTableTr" class="grpoTable Tr">
   <td>'.$list['item'].'<input type="hidden" value="'.$list['item'].'" name="item[]"></td>
   <td>'.$list['item_code'].'<input type="hidden" value="'.$list['item_code'].'" name="item_code[]"></td>
   <td>'.$list['qty'].'<input type="hidden" value="'.$list['qty'].'" name="qty[]"></td>
   <td><input type="number" jAutoCalc="{partialqty}" id="partialqty" name="partialqty[]" class="form-control" min=1></td>
   <td>'.$list['unit_price'].'<input type="hidden" jAutoCalc="{grpoprice}" id="grpoprice" value="'.$list['unit_price'].'" name="unit_price[]"></td>
   <td><span id="grpototal" jAutoCalc="{partialqty}*{grpoprice}"></span></td>
  <td><button class="btn btn-danger" type="button" id="removeGRPO"><i class="uil uil-multiply"></i></button></td>
</tr>