Pagination
Below are the display options for pagination inside the search results widgets.
SX Type | Field | Allowed Values | Description |
---|---|---|---|
sx_results |
pagination |
'auto' (default) , 'paged' |
Either auto-scroll or paged pagination. Autoscroll will automatically save the page position in the result set; if the page is reloaded the visitor will start at the beginning of that page of results. |
pagination_limit |
integer e.g. 6 |
Override the default pagination number of results per page. |
~CE
<script>
window.sx_results = {
options: {
pagination: 'paged',
pagination_limit: 6
}
}
</script>