Widgets > wijpager > Change Paging Modes > Numeric Paging |
The numeric paging mode is a set of pagination controls consisting of numbered link buttons to access pages directly.
<body>
tags of the page.
<div id="pagerNumeric">
</div>
<script id="scriptInit" type="text/javascript">
$(document).ready(function () {
$("#pagerNumeric").wijpager({ pageCount: 150, pageIndex: 40, mode: "numeric" });
});
</script>