From d9e53e713091ee058b257630fdbf44e439223318 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 10 Apr 2017 18:27:24 +0200 Subject: [PATCH] datatables css and js added --- web/src/main/webapp/index.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/main/webapp/index.xhtml b/web/src/main/webapp/index.xhtml index 8060193bc1..cda8b93407 100644 --- a/web/src/main/webapp/index.xhtml +++ b/web/src/main/webapp/index.xhtml @@ -22,8 +22,10 @@ <script src="http://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.min.js" type="text/javascript"/> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> + <script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"></script> - + + <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css"/> <link rel="shortcut icon" href="./resources/images/favicon.png" type="image/png" /> <h:outputScript library="js" name="minerva.js" /> -- GitLab