OrderList Drag&Drop

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
JCErgoss
Posts: 1
Joined: 01 Aug 2017, 16:56

01 Aug 2017, 17:05

Hello !

The basic OrderList component from PrimeNG has a Drag&Drop feature that seems not implemented in the Ultima theme.
It is not available in the demo page

Here's my code, i'm trying to implement a report generator where users can add elements and order them as they want using drag&drop

Code: Select all

<p-orderList [value]="currentReport.content" [listStyle]="{'height':'800px'}" responsive="true" dragdrop="true">
	<ng-template let-reportItem pTemplate="item">
		<div class="ui-helper-clearfix">
			<app-report-item [id]="reportItem.id" [data]="reportItem.data"></app-report-item>
		</div>
	</ng-template>
</p-orderList>
 

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

12 Sep 2017, 13:30

We implemented Orderlist - Drag&Drop feature in Ultima theme. Please, can you try without ng-template or your component?

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests