mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-02 03:29:14 +01:00
Fix: Documentation for fnStateLoad
This commit is contained in:
parent
9fb75b1f03
commit
cfb77fd569
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -8290,7 +8290,7 @@
|
||||
* cookie, but you might wish to use local storage (HTML5) or a server-side database.
|
||||
* @type function
|
||||
* @param {object} oSettings DataTables settings object
|
||||
* @param {object} oData The state object to be saved
|
||||
* @return {object} The DataTables state object to be loaded
|
||||
*
|
||||
* @example
|
||||
* $(document).ready(function() {
|
||||
|
@ -929,7 +929,7 @@ DataTable.defaults = {
|
||||
* cookie, but you might wish to use local storage (HTML5) or a server-side database.
|
||||
* @type function
|
||||
* @param {object} oSettings DataTables settings object
|
||||
* @param {object} oData The state object to be saved
|
||||
* @return {object} The DataTables state object to be loaded
|
||||
*
|
||||
* @example
|
||||
* $(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user