mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Docs fix: fnStateLoad documention refered to fnStateSave instead of itself
This commit is contained in:
parent
793020a8d4
commit
bc756f3a69
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -8454,7 +8454,7 @@
|
|||||||
* $(document).ready(function() {
|
* $(document).ready(function() {
|
||||||
* $('#example').dataTable( {
|
* $('#example').dataTable( {
|
||||||
* "bStateSave": true,
|
* "bStateSave": true,
|
||||||
* "fnStateSave": function (oSettings, oData) {
|
* "fnStateLoad": function (oSettings, oData) {
|
||||||
* var o;
|
* var o;
|
||||||
*
|
*
|
||||||
* // Send an Ajax request to the server to get the data. Note that
|
* // Send an Ajax request to the server to get the data. Note that
|
||||||
|
@ -979,7 +979,7 @@ DataTable.defaults = {
|
|||||||
* $(document).ready(function() {
|
* $(document).ready(function() {
|
||||||
* $('#example').dataTable( {
|
* $('#example').dataTable( {
|
||||||
* "bStateSave": true,
|
* "bStateSave": true,
|
||||||
* "fnStateSave": function (oSettings, oData) {
|
* "fnStateLoad": function (oSettings, oData) {
|
||||||
* var o;
|
* var o;
|
||||||
*
|
*
|
||||||
* // Send an Ajax request to the server to get the data. Note that
|
* // Send an Ajax request to the server to get the data. Note that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user