$filterPosition public property
Whether the filters should be displayed in the grid view. Valid values include:
- FILTER_POS_HEADER: the filters will be displayed on top of each column's header cell.
- FILTER_POS_BODY: the filters will be displayed right below each column's header cell.
- FILTER_POS_FOOTER: the filters will be displayed below each column's footer cell.
public string $filterPosition = self::FILTER_POS_BODY
Please login to continue.