mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
Dev fix: Error in full
pagination type - missing first and last
buttons
This commit is contained in:
parent
6bd699b537
commit
a11eb6d696
@ -1 +1 @@
|
||||
41d498be3fc7e9d78db83ceb1b4715d6688030f8
|
||||
8f34a83e0a84fae62dd378fae2eb3ec6330f3421
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -13443,7 +13443,7 @@
|
||||
},
|
||||
|
||||
full: function ( page, pages ) {
|
||||
return [ 'previous', 'previous', 'next', 'next' ];
|
||||
return [ 'first', 'previous', 'next', 'last' ];
|
||||
},
|
||||
|
||||
simple_numbers: function ( page, pages ) {
|
||||
|
Loading…
Reference in New Issue
Block a user