In fnDrawCallback, why is this.DataTable.settings an array?
In fnDrawCallback, why is this.DataTable.settings an array?
robertbrower
Posts: 158Questions: 1Answers: 0
In fnDrawCallback, why is this.DataTable.settings an array?
Thanks,
Robert
Thanks,
Robert
This discussion has been closed.
Replies
From its doc comment:
[quote]
* Private data store, containing all of the settings objects that are created for the
* tables on a given page.
*
* Note that the DataTable.settings object is aliased to jQuery.fn.dataTableExt
* through which it may be accessed and manipulated, or jQuery.fn.dataTable.settings.
[/quote]
Generally you don't want to use it... The settings object should be avoided as much as possible.
Allan
Robert