Paginate Iron-Ajax回应
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Paginate Iron-Ajax回应相关的知识,希望对你有一定的参考价值。
我想对铁ajax反应进行分页,但直到现在我才成功。任何帮助
<template is="dom-bind">
<iron-ajax auto url="test2.json"
params = '{"A":"5", "B":"888"}'
handle-as="json" last-response="{{signups}}"></iron-ajax>
<vaadin-grid items="{{signups}}">
<table>
<colgroup>
<col name="A"/>
<col name="B"/>
</colgroup>
</table>
</vaadin-grid>
</template>
答案
尝试像params = "[[_getParams(A,B,page)]]"
这样的东西,然后每当你打开++时,将使用来自Params()的最新参数进行新的调用
以上是关于Paginate Iron-Ajax回应的主要内容,如果未能解决你的问题,请参考以下文章
Polymer.js iron-ajax 标头基本授权不起作用
TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段