paginar
Pregunta Estoy usando su API de Chats de Buscar y paginando a través de los resultados. | Question I am using your Search Chats API and paginating through the results. |
En la plantilla index donde mostramos el listado de productos podemos invocar al método paginate que da Kaminari pasándole la lista sobre la que estamos paginando. | Inside the index template where we're rendering the list of products we can call the paginate helper method that Kaminari provides, passing in the list we're paginating. |
