掲示板

Search Container column sorting

thumbnail
9年前 に Manish Yadav によって更新されました。

Search Container column sorting

Expert 投稿: 493 参加年月日: 12/05/26 最新の投稿
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
9年前 に Federico Budassi によって更新されました。

RE: Search Container column sorting

New Member 投稿: 8 参加年月日: 12/02/13 最新の投稿
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
9年前 に Mayur Patel によって更新されました。

RE: Search Container column sorting

Expert 投稿: 358 参加年月日: 10/11/17 最新の投稿
Check this link