Skip to content

Commit

Permalink
default pivot table only shows name row label and db column label
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden authored and rwcarlsen committed Apr 7, 2016
1 parent 1d384f0 commit e4c4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/arche/dbtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ yet supported, please let us know and we'll get to it as soon as possible!
setupPivot({json: dbdata, fields: fields,
filters: {version: "v1.2"},
rowLabels: ["id", "name", "C++ type", "shape rank"],
rowLabels: ["C++ type"],
columnLabels: ["backend"],
summaries: ["supported_sum"]});
Expand Down

0 comments on commit e4c4b8e

Please sign in to comment.