InventoryBidding
class InventoryBidding extends Table (View source)
Properties
array | $columnHeaders | Column headers for the table. URL-friendly keys with human values. | |
array | $filters | Array of filter names containing available options and their keys. | |
string | $defaultSortKey | Default key to sort by. | |
string | $defaultSortOrder | Default sort order. | |
string | $presenter | Class name for the paginator presenter. |
Methods
void
filterStatusWinning()
Include winning items only.
void
filterStatusOutbid()
Include winning items only.
void
sortDate(
string $sortOrder)
Sort items by purchase date.
Details
at line 83
void
filterStatusWinning()
Include winning items only.
at line 93
void
filterStatusOutbid()
Include winning items only.
at line 104
void
sortDate(
string $sortOrder)
Sort items by purchase date.