rejetto/hfs

Please make the pagination view configurable (if possible)

Closed this issue · 5 comments

Hi Rejetto!

If more than 100 elements are displayed on a page, a pagination view is displayed at the bottom of the page. Could you please make it configurable? I mean i would like to hide it. I just want a scrollable collection without that view. Is there a possible solution?
Thank you very much!

screen

try hiding it with css.
the list will still be scrollable for the full extent, loading more elements as you scroll, until the end.

do you know how to do that?

Unfortunately i don't know. I know that somehow i have to add a custom style to the custom html code, but I honestly don't know what to add. This solution would be perfect for me if it could be solved.

image

admin-panel > custom html > section style

add

#paging { display: none }

It works perfectly fine, thank you very much.