Closed PaulPd0 closed 8 years ago
Hey @PaulPd0, have you seen the stackonly demo page? It should be sufficient to get you going.
Specifically the includes:
<link rel="stylesheet" href="../dist/stackonly/tablesaw.stackonly.css">
<script src="../dist/dependencies/jquery.js"></script>
<script src="../dist/stackonly/tablesaw.stackonly.js"></script>
<script src="../dist/tablesaw-init.js"></script>
and the table markup starting with:
<table class="tablesaw tablesaw-stack" data-tablesaw-mode="stack">
http://filamentgroup.github.io/tablesaw/demo/stackonly.html
Please reopen if you have additional questions!
I have never installed a jquery plugin before and having a terribly difficult time. I've Googled all sorts of different stuff and applied everything I could to the files taken from here, but I'm having absolutely NO LUCK. All I want is the stack-only version of the plugin, can somebody please explain the easiest way for me to achieve this?