QuickEditOverviewColumnsInterface
in
Interface QuickEditOverviewColumnsInterface
Tags
Table of Contents
- getColumns() : DataTableColumnCollection
- Get the DataTableColumnCollection of the table.
- serializeColumns() : array<string|int, mixed>
- Serializes the data of a table column.
Methods
getColumns()
Get the DataTableColumnCollection of the table.
public
getColumns() : DataTableColumnCollection
Return values
DataTableColumnCollection —Returns the DataTableColumnCollection of the table.
serializeColumns()
Serializes the data of a table column.
public
serializeColumns() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns the serialized table column data.