AndrewRayCode / AndrewRayCode/Ray-Frame
Hook pagination into list rendering
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.