Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
  
  
  <INPUT type="button" value="Add Row" onclick="addRow('dataTable')" />
<TABLE id="dataTable" width="350px" border="1">
    <TR>
        <TD>1</TD>
        <TD>
            <INPUT type="text" />
        </TD>
    </TR>
</TABLE>
  
  
  
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
_diode_pro
0viewers