Example #1
0
 /**
  * Sets the table to have an active hover state
  *
  * @return $this 
  * @static 
  */
 public static function hover()
 {
     return \Bootstrapper\Table::hover();
 }