Structures_DataGrid::addColumn()
Parameter
- &$column
- string $position
One of: "last", "first", "after" or "before" (default: "last")
- string $relativeTo
The name (label) or field name of the relative column, if $position is "after" or "before"
- object $column
The Structures_DataGrid_Column object (reference to)
Examples
Example 62-1. Adding a simple column
|
| Prev | Home | Next |
| constructor Structures_DataGrid::Structures_DataGrid() | Up | Structures_DataGrid::attachRenderer() |
