Get a value at a specific path.
Path to the value to get.
the value at the specified path
Merges a new settings object within the Settings instance.
New settings object to merge with the current object of the Settings instance.
this
for chaining.
Defines a value at a specific path
Path to the value to set.
New value to set.
this
for chaining.
Merges two objects deeply, and return the 1st parameter once transformed.
The base item to merge, which will be returned.
The object to inject into obj1
.
The first object once merged.
Tree of settings values.
Generated using TypeDoc
Settings class used by Datatable's components to get various values, such as class names, labels, icons, etc etc.
Settings class used by Datatable's components to get various values, such as class names, labels, icons, etc etc. Create a new instance of this class & customize it to use different CSS frameworks. No default style is set. See Custom theme tutorial for more infos on customizing styles. To edit settings contained by an instance of this class, either edit the Settings.properties object, or use the Settings.merge method.
Cutomize your tables for another CSS framework or your own styling.Custom theme