Add side scrolling datatables

This commit is contained in:
JonnyWong16 2016-05-14 10:46:26 -07:00
commit 9e1c4b1a88
19 changed files with 137 additions and 93 deletions

View file

@ -7,7 +7,7 @@ var log_table_options = {
"pageLength": 50,
"stateSave": true,
"language": {
"search":"Search: ",
"search": "Search: ",
"lengthMenu": "Show _MENU_ lines per page",
"emptyTable": "No log information available",
"info": "Showing _START_ to _END_ of _TOTAL_ lines",
@ -15,16 +15,18 @@ var log_table_options = {
"infoFiltered": "(filtered from _MAX_ total lines)",
"loadingRecords": '<i class="fa fa-refresh fa-spin"></i> Loading items...</div>'
},
"autoWidth": false,
"scrollX": true,
"columnDefs": [
{
"targets": [0],
"width": "15%",
"className": "no-wrap hidden-xs"
"className": "no-wrap"
},
{
"targets": [1],
"width": "10%",
"className": "no-wrap hidden-sm hidden-xs"
"className": "no-wrap"
},
{
"targets": [2],