In my view template, I have the following code:
<div style="column-count: 4; line-height: 2;">
<$list filter="[get[author]enlist-input[]unique[]sort[]]" variable="rwords">
...
</$list>
</div>
This produces a nice four column list. The only problem is that it is too long. That means scrolling like mad. Is there a way I can paginate the list? So, all authors with names starting with A appear on their own page and if there are more than a specific number of these, say, 20 or 50, the list is further paginated.