Please make the pagination view configurable (if possible)
Closed this issue · 5 comments
killersolyom commented
rejetto commented
try hiding it with css.
the list will still be scrollable for the full extent, loading more elements as you scroll, until the end.
rejetto commented
do you know how to do that?
killersolyom commented
rejetto commented
admin-panel > custom html > section style
add
#paging { display: none }
killersolyom commented
It works perfectly fine, thank you very much.