mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-18 16:54:14 +01:00
Fix - docs: fnStateLoad example has a spare parameter (although not in the parameters list). Removed
This commit is contained in:
parent
2884ee23d2
commit
c2a2b4f531
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -8599,7 +8599,7 @@
|
||||
* $(document).ready(function() {
|
||||
* $('#example').dataTable( {
|
||||
* "bStateSave": true,
|
||||
* "fnStateLoad": function (oSettings, oData) {
|
||||
* "fnStateLoad": function (oSettings) {
|
||||
* var o;
|
||||
*
|
||||
* // Send an Ajax request to the server to get the data. Note that
|
||||
|
@ -980,7 +980,7 @@ DataTable.defaults = {
|
||||
* $(document).ready(function() {
|
||||
* $('#example').dataTable( {
|
||||
* "bStateSave": true,
|
||||
* "fnStateLoad": function (oSettings, oData) {
|
||||
* "fnStateLoad": function (oSettings) {
|
||||
* var o;
|
||||
*
|
||||
* // Send an Ajax request to the server to get the data. Note that
|
||||
|
Loading…
x
Reference in New Issue
Block a user