示例#1
0
 public function renderProperty()
 {
     $out = parent::renderProperty();
     if (!$this->getColumn()->getWidth()) {
         $out .= ' width="100" ';
     }
     return $out;
 }
示例#2
0
 public function renderProperty()
 {
     $out = parent::renderProperty();
     if ($this->getColumn()->getGrid()->getFilterVisibility()) {
         $out .= ' width="100px" ';
     }
     return $out;
 }
示例#3
0
 public function renderProperty()
 {
     $out = parent::renderProperty();
     $out .= ' width="160" ';
     return $out;
 }