我想根据一些标准为整行着色。我的查询如下:
ACTIVE_FLAG
当public function yourAction(){
$users = ContactLog::with('users', 'students')->get();
return view('your.view' , compact('users'));
}
值='Y'时,我希望该行被着色。我使用了一种我在某处找到的技术,但它不是我想要的。它为文本着色不完整单元格(如下所示)。但我希望完整的细胞着色。