| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ActionColumn.php | ||
| CheckboxColumn.php | ||
| Column.php | ||
| DataColumn.php | ||
| GridView.php | ||
| GridViewAsset.php | ||
| SerialColumn.php |
Use case:
```
echo GridView::widget([
...
'columns' => [
...
[
'attribute' => 'created_at',
'label' => '<span data-toggle="tooltip" class="glyphicon glyphicon-time" title="'.Yii::t('app', 'Created At').'"></span>',
'encodeLabel' => false,
...
],
```
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| ActionColumn.php | Loading commit data... | |
| CheckboxColumn.php | Loading commit data... | |
| Column.php | Loading commit data... | |
| DataColumn.php | Loading commit data... | |
| GridView.php | Loading commit data... | |
| GridViewAsset.php | Loading commit data... | |
| SerialColumn.php | Loading commit data... |