Skip to content

Instantly share code, notes, and snippets.

@amatriz
Created December 27, 2016 23:42
Show Gist options
  • Select an option

  • Save amatriz/590f8bd79df8e7aaecf94851c926687a to your computer and use it in GitHub Desktop.

Select an option

Save amatriz/590f8bd79df8e7aaecf94851c926687a to your computer and use it in GitHub Desktop.
<table class="table table-striped">
<tr>
<td>Produtos</td>
<td>Marca</td>
<td>Modelo</td>
<td>Quantidade</td>
<td>Obs</td>
<td></td>
</tr>
<tr>
<td><input type="text"></td>
<td><input type="text"></td>
<td><input type="text"></td>
<td><input type="number"></td>
<td><input type="text"></td>
<td><button>Add</button></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment