aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 17:11:48 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-17 17:11:48 +0000
commit6e21916395fac6861783c2b930b47242ac0f4c09 (patch)
tree7ff0e48a5a47d18a25722e323f4945525dee26b7 /index.html
parentb944a576f7cd0b6ea0edb0251f01a29ce4e0e86e (diff)
downloadsql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.tar.xz
sql-plus-plus-6e21916395fac6861783c2b930b47242ac0f4c09.zip
Switch table library to Tabulator
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9206134..0de4296 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="node_modules/codemirror/lib/codemirror.css"></link>
<link rel="stylesheet" href="node_modules/codemirror/theme/dracula.css"></link>
<link rel="stylesheet" href="node_modules/codemirror/addon/hint/show-hint.css"></link>
- <link rel="stylesheet" href="node_modules/datatables/media/css/jquery.dataTables.css"></link>
+ <link rel="stylesheet" href="node_modules/jquery.tabulator/dist/css/tabulator.css"></link>
<link rel="stylesheet" type="text/css" href="./styles/style.css"></link>
<link rel="stylesheet" type="text/css" href="./styles/table-style.css"></link>
</head>
@@ -22,7 +22,7 @@
<div id="editor" class="editor-row split-row"></div>
<div class="results-row split-row">
- <table id="result-table" class="table stripe compact order-column cell-border" width="100%"></table>
+ <div id="result-table"></div>
<div id="result-error"></div>
</div>
</div>