Server IP : 66.29.146.62 / Your IP : 216.73.216.2 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dokkdzvi/www/controlPanel/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>