script() 공개 메소드

Will render the javascript for the table
public script ( ) : string
리턴 string the rendered view that represents the script
예제 #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsScript()
 {
     $this->dtv->script();
 }