Skip to content

Instantly share code, notes, and snippets.

@kuneo
Created June 23, 2016 15:06
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 kuneo/26e424d70c517f132af5c44ec38fa434 to your computer and use it in GitHub Desktop.
Save kuneo/26e424d70c517f132af5c44ec38fa434 to your computer and use it in GitHub Desktop.
bootstrap-table hop
<table data-toggle="table" data-url="http://kuneo.org/sandbox/bootstrap-table/json/getstart.json">
<thead>
<tr>
<th data-field="id">ID</th>
<th data-field="name">名前</th>
<th data-field="price">価格</th>
</tr>
</thead>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment