Skip to content

Instantly share code, notes, and snippets.

@roy-bukapeta
Created December 13, 2016 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roy-bukapeta/845515f7b7fa59374b089f3448b571d8 to your computer and use it in GitHub Desktop.
Save roy-bukapeta/845515f7b7fa59374b089f3448b571d8 to your computer and use it in GitHub Desktop.
template_modal.html
<table class="table table-bordered">
<thead>
<tr>
<th>NO</th>
<th>First Name</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment