Property | Type | Description | |
---|---|---|---|
$attributes | list of the attributes that support sorting. If not set, it will be determined using [[Sort::attributes]]. | ||
$linkOptions | HTML attributes for the link in a sorter container tag which are passed to [[Sort::link()]]. | ||
$options | HTML attributes for the sorter container tag. | ||
$sort | the sort definition |
Method | Description | |
---|---|---|
init ( ) | Initializes the sorter. | |
run ( ) | Executes the widget. |
Method | Description | |
---|---|---|
renderSortLinks ( ) : string | Renders the sort links. |
protected renderSortLinks ( ) : string | ||
return | string | the rendering result |
public $attributes |
public $linkOptions |