B
B
betrachter2017-03-18 13:09:50
Yii
betrachter, 2017-03-18 13:09:50

How to implement found text highlighting in GridView Yii2?

Hello everyone, please tell me how to correctly implement the color selection of the found text in the GridView within one column?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lem_prod, 2017-03-18
@betrachter

GridView::widget([
...
'columns' => [
    ...
    [
        'attribute' => 'attr_name',
        'content' => function ($model) { return Html::tag('span', $model->attr_name, ['style' => 'color: #333333']); }
    ],
    ...
],
...
])

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question