Example #1
0
 public function renderProperty()
 {
     $out = parent::renderProperty();
     if ($this->getColumn()->getGrid()->getFilterVisibility()) {
         $out .= ' width="100px" ';
     }
     return $out;
 }