表通过angularjs或django templete语言合并单元格

时间:2019-03-15 01:52:49

标签: javascript python html angularjs django

这是我的期望
尽管我弄清楚了规则,但是我用codepen编写了一个演示,但是我无法使用angularjs或django来实现。
https://codepen.io/scheinin/pen/LaQpRV

enter image description here

渲染的数据(完整的代码笔中的数据 )

url <- "https://api.euromonitor.com/authentication/connect/token"
response <- POST(url, add_headers(.headers=c("Ocp-Apim-Subscription-Key"="xxxyyyzzz",
                                  "Content-Type"="application/x-www-form-urlencoded")),
      body="grant_type=password&username=xxx@acme.com&password=yyyzzz")
token <- content(response, "text")

表是一维的,但是数据是多维的。

0 个答案:

没有答案