table() public method

Will render the table
public table ( ) : string
return string the rendered view that represents the table
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidColumsTable()
 {
     $this->dtv->table();
 }