mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Fix - docs: sNext and sPrevious referened to full_numbers pagination type, but they can be used for any pagination control: 9192
This commit is contained in:
parent
66e92ab655
commit
a43714bfba
8
media/js/jquery.dataTables.js
vendored
8
media/js/jquery.dataTables.js
vendored
@ -9182,8 +9182,8 @@
|
||||
|
||||
|
||||
/**
|
||||
* Text to use when using the 'full_numbers' type of pagination for the
|
||||
* button to take the user to the next page.
|
||||
* Text to use for the 'next' pagination button (to take the user to the
|
||||
* next page).
|
||||
* @type string
|
||||
* @default Next
|
||||
* @dtopt Language
|
||||
@ -9203,8 +9203,8 @@
|
||||
|
||||
|
||||
/**
|
||||
* Text to use when using the 'full_numbers' type of pagination for the
|
||||
* button to take the user to the previous page.
|
||||
* Text to use for the 'previous' pagination button (to take the user to
|
||||
* the previous page).
|
||||
* @type string
|
||||
* @default Previous
|
||||
* @dtopt Language
|
||||
|
@ -1384,8 +1384,8 @@ DataTable.defaults = {
|
||||
|
||||
|
||||
/**
|
||||
* Text to use when using the 'full_numbers' type of pagination for the
|
||||
* button to take the user to the next page.
|
||||
* Text to use for the 'next' pagination button (to take the user to the
|
||||
* next page).
|
||||
* @type string
|
||||
* @default Next
|
||||
* @dtopt Language
|
||||
@ -1405,8 +1405,8 @@ DataTable.defaults = {
|
||||
|
||||
|
||||
/**
|
||||
* Text to use when using the 'full_numbers' type of pagination for the
|
||||
* button to take the user to the previous page.
|
||||
* Text to use for the 'previous' pagination button (to take the user to
|
||||
* the previous page).
|
||||
* @type string
|
||||
* @default Previous
|
||||
* @dtopt Language
|
||||
|
Loading…
x
Reference in New Issue
Block a user