Get settings without hungarian notation
Get settings without hungarian notation
rosieks
Posts: 3Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
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