diff --git a/docs/example-widget-output.html b/docs/example-widget-output.html index ad3e20d1..10dc8ffe 100644 --- a/docs/example-widget-output.html +++ b/docs/example-widget-output.html @@ -1096,6 +1096,21 @@ $.tablesorter.output.replaceTab = '\x09'; +
<!-- 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>+