mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-01 13:24:10 +01:00
Correct link for initialisation options
This commit is contained in:
parent
bfd625350c
commit
d210865c83
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -37,7 +37,7 @@
|
||||
* @class
|
||||
* @constructor
|
||||
* @param {object} [oInit={}] Configuration object for DataTables. Options
|
||||
* are defined by {@link FixedColumns.defaults}
|
||||
* are defined by {@link DataTable.models.oInit}
|
||||
* @requires jQuery 1.3+
|
||||
*
|
||||
* @example
|
||||
|
@ -37,7 +37,7 @@
|
||||
* @class
|
||||
* @constructor
|
||||
* @param {object} [oInit={}] Configuration object for DataTables. Options
|
||||
* are defined by {@link FixedColumns.defaults}
|
||||
* are defined by {@link DataTable.models.oInit}
|
||||
* @requires jQuery 1.3+
|
||||
*
|
||||
* @example
|
||||
|
Loading…
Reference in New Issue
Block a user