Foros de discusión

Search Container column sorting

thumbnail
Manish Yadav, modificado hace 9 años.

Search Container column sorting

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
Hi,

I'm using search container for displaying records. Whether can i make below column sortable (search-container-column-jsp). Because there is no attribute for sorting in tld for search-container-column-jsp

<liferay-ui:search-container-column-jsp
path="/html/amdepartmetportlet/action.jsp"
align="left" />

I can make below column[ search-container-column-text ]sortable using orderable attribute

<liferay-ui:search-container-column-text
name="Description"
value="<%= amDepartmentVar.getDescription() %>"
orderable="<%= true %>"
/>
thumbnail
Federico Budassi, modificado hace 9 años.

RE: Search Container column sorting

New Member Mensajes: 8 Fecha de incorporación: 13/02/12 Mensajes recientes
Nice to know it.

I wonder why the Liferay JSPs are plenty of attribute="<%= true %>" instead of just attribute="true".
Could anyone answer it?

Federico.
thumbnail
Mayur Patel, modificado hace 9 años.

RE: Search Container column sorting

Expert Mensajes: 358 Fecha de incorporación: 17/11/10 Mensajes recientes
Check this link