Skip to content

Instantly share code, notes, and snippets.

@kuneo
Created June 28, 2016 13:34
Show Gist options
  • Save kuneo/3884a695051342be0e4b2fbfb4a55fee to your computer and use it in GitHub Desktop.
Save kuneo/3884a695051342be0e4b2fbfb4a55fee to your computer and use it in GitHub Desktop.
bootstrap-table table[classes]
<table data-toggle="table" data-url="http://kuneo.org/sandbox/bootstrap-table/json/getstart.json" data-classes="table table-hover table-no-bordered">
<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