AndrewRayCode / AndrewRayCode/Ray-Frame
Hook pagination into list rendering
未关闭
- 主要语言
- JavaScript
- 星标
- 8
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
make sure cache functions can take page numbers, and define results per page in templates, and store those.
for example
{{list:perpage=20}}
hit at /pageWithList?page=3
should pass to the cache function {plip: list, perpage: 20, page:3} and return the right results
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。