category
|
System
|
package
|
Extensions
|
subpackage
|
Helpers
|
Methods
DbColumn Getter
getField() : string
Name Getter
getName() : string
Options Getter
getOptions() : string
Source Getter
getSource() : string
Title Getter
getTitle() : string
Type Getter
getType() : string
DbColumn Setter
setField(\StringType $field) : \DataTableColumn
Name Setter
setName(\StringType $name) : \DataTableColumn
Options Setter
setOptions(array $options) : \DataTableColumn
Source Setter
setSource(\StringType $source) : \DataTableColumn
Title Setter
setTitle(\StringType $title) : \DataTableColumn
Type Setter
setType(\DataTableColumnType $type) : \DataTableColumn
Properties
Title do be displayed on the table.
title : string
Table column slug name.
name : string
Database field (can also be a concatenated string).
field : string
One of the available table column types.
type : string
Options Source URL
source : string
Applied only to STRING columns which are served with a multi-select filtering widget that will take its
options from the source URL.
Type(s)
string
Option Entries
options : array
Provide [value, text] options in this array and they will be added to the multi-select widget used
for the record filtering. This is an alternative to providing a source URL.
Type(s)
array