-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aequos - Data Visualizer Paging not functioning #89
Comments
Hi. Really would appreciate any help. please We are about to go live next week and we still don't have paging Thank you. |
Hi @tedtninety, The pagination with OOTB layouts works well? If this is the case, we recommend you start with a layout that works and include your changes. Hoping this information will help you. |
Thank you for your reply. |
You can use an OOTB Template and edit/customize this one afterward. You can choose the List Layout and edit it with your customizations. Thanks to this, you can ensure pagination works before and after your changes. If the pagination does not work during you are performing the changes, that means something's wrong with your customizations |
Thank you @Laul0 ! In my case there were 2 things that caused the issue.
{{#times @root.properties.itemsCountPerPage..
...
..
{{/times}}
because I had duplication of pagination. Thank you very much!!!! :) |
Please kindly close. |
Originally posted by tedtninety March 22, 2023
Hi, I am using a Custom Template.
Paging is not working. It doesn't show any pagination.
Any help would be greatly appreciated.
Thankyou ,
ted
I have everything toggled as seen on screenshot.
And here is the code at the bottom of the custom template.
I removed some of the html brackets ( div, ul, li ) since it wasn't dispalying
div class="placeholder
ul
{{#times @root.properties.paging.itemsCountPerPage}}
li
div class="icon placeholder--shimmer"/div
span class="placeholder--shimmer placeholder--line" style="width: 60%" /span
/li
{{/times}}
/ul
{{/if}}
The text was updated successfully, but these errors were encountered: