Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>DataTabel W Checkbox</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
    <script src="//cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
    <link rel="stylesheet" href="//cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
</head>
<body>
    <table class="display" id="example">
        <thead>
        <tr>
            <th>First</th>
            <th>Last</th>
            <th>First Num</th>
            <th>Sec Num</th>
            <th>Total</th>
        </tr>
    </thead>
      <tfoot>
                  <tr>
            <th>First</th>
            <th>Last</th>
            <th>First Num</th>
            <th>Sec Num</th>
            <th>Total</th>
        </tr>
        </tfoot>
        <tbody></tbody></table>
    <label>Total</label>
    <input type="text" id="total" class="form-control" readonly value="0.0" />
</body>
</html>
Output

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

Dismiss x
public
Bin info
bindridpro
0viewers