| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/news/csr/admin/assets/plugins/tablesaw/demo/issues/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TableSaw Stack Table</title>
<link rel="stylesheet" href="../../dist/tablesaw.css">
<!--[if lt IE 9]><script src="../../dist/dependencies/respond.js"></script><![endif]-->
<script src="../../dist/dependencies/jquery.js"></script>
<script src="../../dist/tablesaw.js"></script>
<script src="../../dist/tablesaw-init.js"></script>
</head>
<body>
<!-- <div style="position:relative;"> -->
<table class="tablesaw" data-tablesaw-mode="swipe">
<thead>
<tr>
<th data-tablesaw-priority="persist">rental unit address</th>
<th>rooms</th>
<th>fee</th>
</tr>
</thead>
<tbody>
<tr>
<td>1600 Pennsylvania Ave NW, Washington</td>
<td>200 i imagine i've seen the west wing</td>
<td>$200,000</td>
</tr>
<tr>
<td>10 downing street , London</td>
<td>20 i imagine, I've seen ouse of Cards</td>
<td>$200,000</td>
</tr>
</tbody>
</table>
<!-- </div> -->
</body>
</html>