Renders a table row with the given data model and key.
public renderTableRow ( mixed $model, mixed $key, integer $index ) : string | ||
$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 |