mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: Add page header to output demo. See #1349
This commit is contained in:
parent
b54493d0be
commit
71a4ad925a
@ -1096,6 +1096,21 @@ $.tablesorter.output.replaceTab = '\x09';</pre>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>Page Header</h1>
|
||||
<div>
|
||||
<pre class="prettyprint lang-html"><!-- Tablesorter: required -->
|
||||
<link href="css/theme.bootstrap.css" rel="stylesheet">
|
||||
<script src="js/jquery-latest.min.js"></script>
|
||||
<script src="js/jquery.tablesorter.js"></script>
|
||||
<script src="js/jquery.tablesorter.widgets.js"></script>
|
||||
<!-- pager -->
|
||||
<link href="css/jquery.tablesorter.pager.css" rel="stylesheet">
|
||||
<script src="js/jquery.tablesorter.pager.js"></script>
|
||||
<!-- Ouput widget -->
|
||||
<script src="js/parsers/parser-input-select.js"></script>
|
||||
<script src="js/widgets/widget-ouput.js"></script></pre>
|
||||
</div>
|
||||
|
||||
<h1>CSS</h1>
|
||||
<div id="css">
|
||||
<pre class="prettyprint lang-css"></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user