Wrap scrollable tables via script

This commit is contained in:
Brian Miyaji
2015-01-24 12:46:34 +11:00
parent 1d62353ccf
commit 160eccc15f
7 changed files with 16 additions and 16 deletions

View File

@@ -79,8 +79,8 @@ if ( is_array( $teams ) ):
endif;
?>
<?php if ( $show_team_players || $show_total ): ?>
<div class="sp-table-wrapper<?php if ( $scrollable ) { ?> sp-scrollable-table-wrapper<?php } ?>">
<table class="sp-event-performance sp-data-table <?php if ( $responsive ) { ?> sp-responsive-table<?php } ?>">
<div class="sp-table-wrapper">
<table class="sp-event-performance sp-data-table <?php if ( $responsive ) { ?> sp-responsive-table<?php } if ( $scrollable ) { ?> sp-scrollable-table<?php } ?>">
<thead>
<tr>
<?php if ( $show_team_players ): ?>