Load more button for template grid

0
Hi there, I find the paging bar of the template grid very ugly and looking for another implementation to lead more items. I would like that that when you scroll down that more items will be loaded automaticly. (preferred) OR An implementation like the “auto load more” widget (from marketplace). But this one only works for lists views and not for template grids.   Thanks
asked
1 answers
1

Hi Nancy,

In this case I would not use a templategrid, in fact I do not recommend using a templategrid at all because it is sub-optimal in several areas, including performance.

What you need to do is use a Listview. The listview has this function available by default and you could add filter options that make it almost identical to the templategrid.

Of course, the great advantage of the template grid is that you can have multiple columns in it, you can also easily add this in the list view by with predefined CSS classes from Atlas Design Systems.
 

answered