forked from Hanabi/hanabi-league
remove columns from player table
This commit is contained in:
parent
eed442f0a3
commit
d7bd6a2241
1 changed files with 0 additions and 4 deletions
|
@ -116,18 +116,14 @@ var table_{{div_id}} = new Tabulator("#table-{{div_id}}", {
|
||||||
}},
|
}},
|
||||||
{title: "No Variant", headerHozAlign: "center", columns: [
|
{title: "No Variant", headerHozAlign: "center", columns: [
|
||||||
{title: "ELO", field: "novar_rating"},
|
{title: "ELO", field: "novar_rating"},
|
||||||
{title: "Rank", field: "novar_rank"},
|
|
||||||
{title: "Games", field: "novar_games_played"},
|
{title: "Games", field: "novar_games_played"},
|
||||||
{title: "Win%", field: "novar_winrate"},
|
{title: "Win%", field: "novar_winrate"},
|
||||||
{title: "Streak", field: "novar_cur_streak"},
|
|
||||||
{title: "Max Streak", field: "novar_max_streak"},
|
{title: "Max Streak", field: "novar_max_streak"},
|
||||||
]},
|
]},
|
||||||
{title: "Clue Starved", headerHozAlign: "center", columns: [
|
{title: "Clue Starved", headerHozAlign: "center", columns: [
|
||||||
{title: "ELO", field: "cs_rating"},
|
{title: "ELO", field: "cs_rating"},
|
||||||
{title: "Rank", field: "cs_rank"},
|
|
||||||
{title: "Games", field: "cs_games_played"},
|
{title: "Games", field: "cs_games_played"},
|
||||||
{title: "Win%", field: "cs_winrate"},
|
{title: "Win%", field: "cs_winrate"},
|
||||||
{title: "Streak", field: "cs_cur_streak"},
|
|
||||||
{title: "Max Streak", field: "cs_max_streak"}
|
{title: "Max Streak", field: "cs_max_streak"}
|
||||||
]},
|
]},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue