Bootstrap Table

by wenyi

HTML

<div class="row">
  <div class="col-md-3">
    <table
      data-toggle="table"
      data-url="json/data3.json">
      <thead>
        <tr>
          <th data-field="github.name"
            data-formatter="operateFormatter"
            data-events="operateEvents">Bookmark 1</th>
        </tr>
      </thead>
    </table>
  </div>
  <div class="col-md-3">
    <table
      data-toggle="table"
      data-url="json/data3.json">
      <thead>
        <tr>
          <th data-field="github.name"
            data-formatter="operateFormatter"
            data-events="operateEvents">Bookmark 2</th>
        </tr>
      </thead>
    </table>
  </div>
  <div class="col-md-3">
    <table
      data-toggle="table"
      data-url="json/data3.json">
      <thead>
        <tr>
          <th data-field="github.name"
            data-formatter="operateFormatter"
            data-events="operateEvents">Bookmark 3</th>
        </tr>
      </thead>
    </table>
  </div>
  <div class="col-md-3">
    <table
      data-toggle="table"
      data-url="json/data3.json">
      <thead>
        <tr>
          <th data-field="github.name"
            data-formatter="operateFormatter"
            data-events="operateEvents">Bookmark 4</th>
        </tr>
      </thead>
    </table>
  </div>
</div>