Class OrdersOverviewColumns
This class contains the definition of the order columns. Use it in every controller that needs the column definition.
This class can be overloaded and more table columns can be added.
category |
System |
---|---|
package |
Extensions |
subpackage |
Orders |
__construct()
Overload this method and append the $columns array with new column definitions.
Throws |
|
---|
_getCountryOptions() : array
array
_getGroupOptions() : array
array
_getMultiSelectOptions(array $options) : array
The result of this method can be given back to multi_select widgets. If an option has different value and text then the first entry must always be the value and the second the text to be displayed.
array
Contains the options of the multi_select widget.
array
_getPaymentOptions() : array
array
_getShippingOptions() : array
array
_getStatusOptions() : array
array
getColumns() : \DataTableColumnCollection
serializeColumns() : array
array
db : \CI_DB_query_builder
var |
---|
\CI_DB_query_builder
columns : array
var |
---|
array
noValuePlaceholder : string
var |
---|
string