Example #1
0
 /**
  * Set the line formatter function.
  *
  * @return $this
  */
 private function setLineFormatter()
 {
     $this->lineFormatter = $this->datatableView->getLineFormatter();
     return $this;
 }