html() public method

Will render the table and directly the script after it. This is a shortcut for {@link #table} followed by {@link script}
public html ( ) : string
return string Will return the rendered table and the rendered script as string
Esempio n. 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsHtml()
 {
     $this->dtv->html();
 }