예제 #1
0
파일: Column.php 프로젝트: mikemirten/zgrid
 /**
  * Is serchable ?
  * 
  * @return bool
  */
 public function isSearchable()
 {
     return $this->field->isSearchable();
 }