Example #1
0
 /**
  * Returns if the column is sortable.
  *
  * @return boolean True if sortable.
  */
 public function isSortable()
 {
     return $this->columnConfig->getIsSortable();
 }