ヘルプセンターにページネーションを追加できますか?



image avatar

Jon Daniels

Zendesk Customer Care

編集日時:2023年1月12日


0

0

5件のコメント

Is there any variable of pagination helper? For example, {{#if pagination.has_next}} tells me if there is a next page or not? Or I must implement it with JS, instead of editing the hbs template.

0


Ciao, è possibile impostare un limite inferiore a 30 (es. 10) ? 

0


I figured out a way to limit the number of promoted articles.

It relies on the index of the array. I mostly want it as a safe guard against having too many promoted articles on the home page.

{{#each promoted_articles}}
{{#if (compare @index "<" 6) }}

0


I'm also interested in this. I want to set a limit of 6 promoted articles on the home page and use pagination to show the rest.

0


is it possible to paginate 10 items per page?

0


サインインしてコメントを残してください。