import React from 'react';
import {
Button,
Card,
CardBody,
Collapse,
Table
} from 'reactstrap';
import {rangedmap} from '../utils/rangedmap';
export class StandingsTable extends React.Component {
constructor(props) {
super(props);
this.state = {
showFullTable: false
};
this.toggleShowFullTable = this.toggleShowFullTable.bind(this);
}
render() {
const performances = this.props.data.group_phase_performances;
return (
Aktuelle Rangliste
{ rangedmap(performances, (team, index) => (
#
Team Name
Match Differenz
Punkt Differenz