Constructor
new Columns()
Methods
getCustomization()
Returns customization object for all customized columns
Returns:
Customization object of all customized columns
hasCustomizations() → {boolean}
Check if any customizations exist
Returns:
true if some column is customized
- Type
- boolean
setConfiguredSetting(dataIdentifier, settingName, settingValue) → {App.dataTable.customization.Columns}
Adds (or updates) customization for configured settings.
Parameters:
Name | Type | Description |
---|---|---|
dataIdentifier |
String | unique identifier for the column |
settingName |
String | name of configured setting |
settingValue |
* | should be valid JSON value |