Forum Discussion
- jaikumar18 years agoMentorHi VikasB, Those page getting render on default pagination and i'm not created any component on those pages. I'm just looking into change the pagination and which used in search page.
- VikasB8 years agoBoss
Lithium does not offer any setting to change the pagination. Here is the related discussion
https://community.lithium.com/t5/Support-Forum/Change-pager-on-SearchPage/m-p/364705#M12322
You can create the custom pagination like below but it would require extra efforts
<#assign pageable_item = webuisupport.paging.pageableItem.setCurrentPageNumber(page_number).setItemsPerPage(results_list_size).setTotalItems(count).setPagingMode("enumerated").build /> <@component id="common.widget.pager" pageableItem=pageable_item />