summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/account/user_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'pharos-dashboard/src/templates/account/user_list.html')
-rw-r--r--pharos-dashboard/src/templates/account/user_list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pharos-dashboard/src/templates/account/user_list.html b/pharos-dashboard/src/templates/account/user_list.html
index f18e161..68178eb 100644
--- a/pharos-dashboard/src/templates/account/user_list.html
+++ b/pharos-dashboard/src/templates/account/user_list.html
@@ -47,6 +47,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
+ scrollX: true,
"order": [[0, "asc"]]
});
});