Foros de discusión

Search Container Pagination

Beppo Ivel, modificado hace 9 años.

Search Container Pagination

Regular Member Mensajes: 112 Fecha de incorporación: 9/04/14 Mensajes recientes
Hi.

Iam using a search container to display a DDL:

<liferay-ui:search-container delta="10">
<liferay-ui:search-container-results>
				...
</liferay-ui:search-container-results>
<liferay-ui:search-container-row classname="com.liferay.portlet.dynamicdatalists.model.DDLRecord" escapedmodel="<%=true%>" keyproperty="recordId" modelvar="record">

....

</liferay-ui:search-container-row>
<liferay-ui:search-iterator paginate="true" />
</liferay-ui:search-container>


But the pagination menu is only displayed if my list count more then 5 records.
thumbnail
Vilmos Papp, modificado hace 9 años.

RE: Search Container Pagination

Liferay Master Mensajes: 529 Fecha de incorporación: 21/10/10 Mensajes recientes
I think it's the basic behaviour, so if you have less items, than the page size, the controls will not be visible, but maybe I'm wrong.