Custom apgination

I want to create custom pagination for account and contacts page. Also it will be nice to have custom pagination everywhere. I want to add an input field for page number witch I want to open. hat files do I need to modify to do this?

I really don’t know the answer, but a quick search would suggest you need to look at files including “ListViewPagination” and “ListViewGeneric”

which I think is being included here

https://github.com/salesagility/SuiteCRM/blob/ef1b41965c056937894dd3018d3b149c9c25a9a9/include/ListView/ListViewFacade.php#L177

… but there might be overrides in specific modules.