Server IP : 162.0.232.140 / Your IP : 18.227.89.143 Web Server : LiteSpeed System : Linux premium139.web-hosting.com 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : micrcvoy ( 740) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/micrcvoy/zomticksa.store/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>