Skip to content

Commit

Permalink
Re-add datatable JS to index.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Feb 15, 2019
1 parent c7fa2a6 commit 7a5b4bf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,17 @@ include::big-graph-from-cypher.adoc[leveloffset=1]
include::graphml-tests.adoc[leveloffset=1]
include::jmh.adoc[leveloffset=1]
////
////

ifdef::backend-html5[]
++++
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script>
<script>
$(document).ready(function() {
$('#table-all').DataTable();
} );
</script>
++++
endif::[]

0 comments on commit 7a5b4bf

Please sign in to comment.