Get settings without hungarian notation

Get settings without hungarian notation

rosieksrosieks Posts: 3Questions: 0Answers: 0
edited February 2014 in DataTables 1.10
Hi,
Is there any way to get data tables settings without hungarian notation. I attached to 'column-reorder' event and I would like to read something for settings but they use old hungarian notation, so I can't reuse my function because it operate on new convention.

Replies

  • allanallan Posts: 61,711Questions: 1Answers: 10,103 Site admin
    No - internally DataTables still uses the hungarian notation. It has to or otherwise it would be a complete rewrite and all backwards compatibility would be out of the window.

    What is it you want from the settings? Anything read from the settings should be put into an API plug-in, since the settings object is considered to be internal and could change between releases.

    Allan
This discussion has been closed.