I am using display tag pagination where i get banner like this
63 items found, displaying 1 to 10.[First/Prev] `1, 2, 3, 4, 5, 6, 7 [Next/Last]`
but i want it like this
1, 2, 3, 4, 5, 6, 7 [Next/Last]
is there any property to customize pagination banner the pagination page is
<display:table name="groupInfoBeanList" list="groupInfoBeanList" pagesize="10" requestURI="manageGroupLink" decorator="com.cdr.Decorator.CheckBoxDecorator" class="table table-striped">
<display:setProperty name="paging.banner.placement" value="bottom" />
<display:column property="checkBox" title="Select" />
<display:column property="groupId" title="Group Id" sortable="true" />
<display:column property="groupDescription" title="Group Description" />
<display:column property="companyType" title="Company Type" sortable="true" />
<display:column property="companyName" title="Company Name" sortable="true" />
</display:table>