add first, last buttons on dt and gui fixes

This commit is contained in:
gabryon99 2020-01-08 11:46:01 +01:00
parent 130339e097
commit ad49daf7d3
4 changed files with 49 additions and 23 deletions

View file

@ -33,6 +33,7 @@ $(document).ready(function() {
const $config_table = $("#config-list").DataTable({
lengthChange: false,
pagingType: 'full_numbers',
stateSave: true,
initComplete: function() {
// clear searchbox datatable
@ -41,7 +42,9 @@ $(document).ready(function() {
language: {
paginate: {
previous: '<',
next: '>'
next: '>',
first: '«',
last: '»'
}
},
ajax: {