updating api.settings() using non-hungarian notation

updating api.settings() using non-hungarian notation

lastbytelastbyte Posts: 8Questions: 0Answers: 0
edited March 2014 in DataTables 1.10
Is there a way to update the settings in their non-hungarian form using the api method settings() ? For example, I want to update the orderFixed property, but it looks like only the old aaSortingFixed is available.

[code]
$.extend(table.api().settings()[0], {
orderFixed: [[0, 'asc']]
});
[/code]
This discussion has been closed.