Class DataTableColumn

Class DataTableColumn

Methods summary

public getTitle( void ) : string

Title Getter

public setTitle( StringType $title ) : DataTableColumn

Title Setter

public getName( void ) : string

Name Getter

public setName( StringType $name ) : DataTableColumn

Name Setter

public getField( void ) : string

DbColumn Getter

public setField( StringType $field ) : DataTableColumn

DbColumn Setter

public getType( void ) : string

Type Getter

public setType( DataTableColumnType $type ) : DataTableColumn

Type Setter

public getSource( void ) : string

Source Getter

public setSource( StringType $source ) : DataTableColumn

Source Setter

public getOptions( void ) : string

Options Getter

public setOptions( array $options ) : DataTableColumn

Options Setter

Properties summary

protected $title : string

Title do be displayed on the table.

''
protected $name : string

Table column slug name.

''
protected $field : string

Database field (can also be a concatenated string).

''
protected $type : string

One of the available table column types.

''
protected $source : string

Options Source URL

''
protected $options : array

Option Entries

[]