Exemplo n.º 1
0
 /**
  * @param string[] $striping
  *   Classes for striping. E.g. ['odd', 'even'], or '['1st', '2nd', '3rd'].
  *
  * @return $this
  */
 public function addRowStriping(array $striping = ['odd', 'even'])
 {
     $this->tbody->addRowStriping($striping);
     return $this;
 }