Exemplo n.º 1
0
 /**
  * Adds a th cell with a colspan that ends where the next known cell begins.
  *
  * @param string|string[] $colName
  *   Column name, group or range.
  * @param string $content
  *   HTML cell content.
  *
  * @return $this
  */
 public function thOpenEnd($colName, $content)
 {
     $this->tsection->thOpenEnd($this->rowName, $colName, $content);
 }