Column
class Column
Properties
protected Collection | $fields | ||
protected int | $width |
Methods
__construct(int $width = 12)
Column constructor.
removeFields($fields)
Remove fields from column.
Collection
fields()
Get all filters in this column.
setWidth(int $width)
Set column width.
int
width()
Get column width.
Details
at line 28
__construct(int $width = 12)
Column constructor.
at line 39
add(Field $field)
Add a filter to this column.
at line 49
removeFields($fields)
Remove fields from column.
at line 61
Collection
fields()
Get all filters in this column.
at line 71
setWidth(int $width)
Set column width.
at line 81
int
width()
Get column width.