default ordering on recordings

This commit is contained in:
Zachary Chai 2016-11-09 17:28:55 -05:00
parent 2259e9c11d
commit 6a6aa2aa02
3 changed files with 11 additions and 3 deletions

View File

@ -103,7 +103,7 @@
paging: false,
searching: false,
info: false,
ordering: false,
order: [[ 0, "desc" ]],
language: {
emptyTable: " "
},

View File

@ -9,5 +9,13 @@
.rooms {
.table-wrapper {
padding: 40px 50px 10px 50px;
#recordings {
thead {
th:after {
content: none; //removes the sort icon in table header
}
}
}
}
}

View File

@ -8,8 +8,8 @@
</h3>
<%= yield %>
</div>
</div>
<%= yield :footer %>
</div>
</div>
</div>
</div>