Example #1
0
 /**
  * Sets the table to be striped
  *
  * @return $this 
  * @static 
  */
 public static function striped()
 {
     return \Bootstrapper\Table::striped();
 }