예제 #1
0
 /**
  * Initialize the Column by Configuration
  */
 protected function initByTsConfig()
 {
     $this->sortingFieldConfig = $this->columnConfig->getSortingConfig();
     $this->isVisible = $this->columnConfig->getIsVisible();
 }