Is there a common list of all available settings as JSON?
Is there a common list of all available settings as JSON?
I am in the process of writing a set Java classes to accurately represent the "settings" object that you pass in when you initialize the DataTable ("$(".blah").DataTable(settingsObjLiteral)"). I am in the process of wrapping the DataTable so I can initialize it fully from a server response. Eventually going to make it a plugin but I am not that brave yet.
I was hoping someone had already created a reference "settings" JSON file with fake data. Would greatly speed things up.
EDIT: Any help is appreciated. I do know about the API reference that you can search but I am hoping I can be lazy.
Replies
The options reference contains all of the information required. There isn't an example showing an object with every single option I'm afraid.
Allan
thanks