Skip to content
Loading
Delete Row is not working in below code.  
  •   
  •   
  •   
  • class="container">  
  • class="responsive-table">  
  • class="table-row">  
  • class="col col-1" data-label="Job Id">Nozzle  
  • class="col col-2">  
  • "dataTable" class="table-bordered table-hover table-striped table">  
  •   
  •   
  • "checkbox" name="chk" />  
  •   
  • "TextBox1" runat="server" type="text" placeholder="LPH">  
  •   
  • "TextBox2" runat="server" type="text" placeholder="RS./unit">  
  •   
  •   
  •   
  • class="col col-3">  
  • class="col col-4">  
  • "button" class="btn btn-danger active" value="Add Row" onclick="addRow('dataTable')" />  
  • "button" class="btn btn-info active" value="Delete Row" onclick="deleteRow('dataTable')" />  
  •   
  •   
  •   
  •   
  •   
  •   
  •   
  • In the above code i can insert the textbox by hitting add row button but delete row button is not working

    2 Replies

    Know the answer? Post it — somebody with the same question will find it here.