Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.15 KB

This repo is archived. Please note that Liferay 6.2 CE, being before the current 7.4, is almost certainly beyond both the Premium and Limited Support phases and so is end of life and should be upgraded or decommissioned as soon as possible

liferay-sample-ddl-sort-example

Sample Liferay portlet to demonstrate searching/sorting with DDLs

https://www.permeance.com.au/web/tim.myerscough/home/-/blogs/sorting-liferay-ddl-entries

Pre-Requisites

To build this portlet, you need Apache Maven and JDK 1.7+

Setup

Installation

Checkout the project and build it using

mvn clean install

Copy the built WAR file to your Liferay deploy folder.

Use

  • Add this portlet to a page (Sample > sample)
  • Click the link to create the DDM Structure
  • Add some rows to the table
  • Select a column heading and paste into the corresponding input field and hit seearch to see the power of sorting DDL lists!