1
0
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:
Allan Jardine 2013-10-09 14:56:24 +01:00
parent 6bd699b537
commit a11eb6d696
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
41d498be3fc7e9d78db83ceb1b4715d6688030f8 8f34a83e0a84fae62dd378fae2eb3ec6330f3421

View File

@ -13443,7 +13443,7 @@
}, },
full: function ( page, pages ) { full: function ( page, pages ) {
return [ 'previous', 'previous', 'next', 'next' ]; return [ 'first', 'previous', 'next', 'last' ];
}, },
simple_numbers: function ( page, pages ) { simple_numbers: function ( page, pages ) {