Hello, i'm using a content search web part with a customized List With Paging control template, and i'm trying to figure out how to add page number links to go along with the prev/next buttons. I'm hoping to do it just with javascript/jquery in the template html/js file. I assume there are some methods that i can use in the JS to get the information i need, ie: the total number of results. Any ideas? I'm not sure how to figure out what methods are available to me...like ctx.ClientControl.get_showResultCount() (saw that one in a different template, but isn't retrieving any data here.)
↧