Column

Column

Represents customization settings for single column

Constructor

new Column()

Methods

addConfiguredSetting(name, value) → {App.dataTable.customization.Column}

Customized setting of setting usually configured on server and part of server payload

Parameters:
Name Type Description
name String

name of configured setting

value *

should be valid JSON value

Returns:
Type
App.dataTable.customization.Column

getCustomization() → {Object}

Returns customization object for this column

Returns:
Type
Object

getDataIdentifier() → {String}

Returns unique identifier of this column

Returns:
Type
String