Add auto column argument to sp_data_table

This commit is contained in:
Takumi
2013-07-30 16:00:13 +10:00
parent e91952f8c5
commit f952304818
3 changed files with 19 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ function sp_event_stats_meta( $post ) {
else
$data[ $id ] = array();
endforeach;
sp_data_table( $data, $value, array( 'Player', 'Goals', 'Assists', 'Yellow Cards', 'Red Cards' ) );
sp_data_table( $data, $value, array( 'Player', 'Goals', 'Assists', 'Yellow Cards', 'Red Cards' ), true, false );
?>
</div>
<?php