วันพุธที่ 22 เมษายน พ.ศ. 2563

yii2 ปรับสีFont

$gridColumns = [
                            ['class' => 'kartik\grid\SerialColumn'],
                            [
                            'attribute' => 'tdate',
                            'label' => 'วัน/เวลามารับบริการ',
                            'value' => function ($model, $key, $index, $widget) {
                                if ($model['tadmit'] === 'N') {
                                    return "<font  color='000000'>" . $model['tdate'] . "</font>";
                                } else {
                                    return "<font  color='ff0066'>" . $model['tdate'] . "</font>";

ไม่มีความคิดเห็น:

แสดงความคิดเห็น