Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 17890

Table Data Mapping Row Data

$
0
0

I'm trying to get a set of table data in a custom visual following this example.

 

So my capabilities.json is:

 

{
    "dataRoles": [
        {
            "displayName": "Values",
            "name": "values",
            "kind": "Grouping"
        }
    ],
    "dataViewMappings": [
        {
            "table": {
                "rows": {
                    "for": {
                        "in": "values"
                    }
                }
            }
        }
    ]
}

But the dataView only produces a node for columns, not for rows.

 

What am I missing? How can I get the row values?


Viewing all articles
Browse latest Browse all 17890

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>