In codebase\netmarkets\jsp\product\list.jsp, edit the following line
from:
<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable showcustomviewlink="false" helpcontext="ProductsHelp"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
to:
<%-->Get the NmHTMLTable from the command<--%>
<jca:rendertable showcustomviewlink="true" helpcontext="ProductsHelp"<br"/>model="${tableModel}" showCount="true" showPagingLinks="true"
pageLimit="${noOfRows}"/>
Walla!