예제 #1
0
파일: Number.php 프로젝트: lortnus/datagrid
 public function renderProperty()
 {
     $out = parent::renderProperty();
     if ($this->getColumn()->getGrid()->getFilterVisibility()) {
         $out .= ' width="100px" ';
     }
     return $out;
 }