From e4c4b8e3c87584f71e91640f8664366028d84af3 Mon Sep 17 00:00:00 2001 From: Matthew Gidden Date: Mon, 3 Aug 2015 18:19:09 -0500 Subject: [PATCH] default pivot table only shows name row label and db column label --- source/arche/dbtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arche/dbtypes.rst b/source/arche/dbtypes.rst index 8899f13b6..8aef29f3d 100644 --- a/source/arche/dbtypes.rst +++ b/source/arche/dbtypes.rst @@ -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"]});