setTitleField(AccountModel::TITLE); } public function getListRowColor(mixed $entity, string $field = 'status', string $value = 'in'): string { return $entity->isMatched($field, $value) ? "" : 'class="table-danger"'; } }