Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <table  data-toggle="table" data-search="true" data-toolbar="#custom-toolbar" data-show-refresh="true"  data-show-export="true" data-pagination="true" data-height="550" class="table-bordered table ">
    <thead>
    <tr>
        <th data-checkbox="true"></th>
        <th data-align="center"></th>
        <th data-align="left">Задание</th>
        <th data-align="center">Дата задания</th>
        <th data-align="center">Дата исполнени</th>
        <th data-align="center">Исполнитель</th>
        <th data-align="">Пояснения</th>
        <th data-align="center"></th>
        <th data-align="center">Действие</th>
    </tr>
    </thead>
    <tr>
          <td colspan="9">БРРР</td>
     </tr>
    <tr>
        <td></td>
        <td>1</td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
    </tr>
</table>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
ivanKaunovpro
0viewers