使用Polymer PWA(https://polymer.github.io/pwa-starter-kit/)来正确显示vaadin网格的最小示例是什么? 我尝试了许多不同的组合,但从来没有使用过,经常出现以下警告: property-accessors.js:275 Polymer :: Attributes:无法将Array解码为JSON 我做错什么了吗? 谢谢 安德里亚
答案 0 :(得分:7)
从v5.2.0-beta1开始,我们建议使用以下Grid功能:
vaadin-grid-filter-column
,vaadin-grid-sort-column
)path
,header
和text-align
)在此处查看示例:https://glitch.com/edit/#!/lying-blanket?path=app.js:29:42 https://lying-blanket.glitch.me/
注意:我在这里使用fetch
API只是为了简化,您可以在必要时使用XHR。