renderTableRow() public method
Renders a table row with the given data model and key.
public string renderTableRow ( $model, $key, $index ) | ||
---|---|---|
$model | mixed |
The data model to be rendered |
$key | mixed |
The key associated with the data model |
$index | integer |
The zero-based index of the data model among the model array returned by $dataProvider. |
return | string |
The rendering result |
Please login to continue.