grid\GridView $filterPosition

$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
doc_Yii
2016-10-30 17:04:14
Comments
Leave a Comment

Please login to continue.