script() public method

Will render the javascript for the table
public script ( ) : string
return string the rendered view that represents the script
Ejemplo n.º 1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsScript()
 {
     $this->dtv->script();
 }