List not dragging

I am declaring a list like this:

const listFields = new dhx.List(null, {
	dragMode: "both",
	css: "dhx_widget--bordered",
	multiselection: false, 
	template: templateField,
	padding: 20,
});

I then attach it to a cell in a layout.
I also add a click event handler.

The list is not draggable though. Is there anything missing in the config?

Hello.

Unfortunately I was not able to reproduce your issue locally.
The following snippet seems to work properly.
https://snippet.dhtmlx.com/2zor7es1
If the problem still occurs for you please, provide a similar snippet, complete demo or a demo link, where the problem can be reconstructed locally.

Hi @sematik

We have managed to isolate the issue.
It appears to happen only when we have the DHTMLX Pivot script loaded as well.

dhtmlxPivot v.1.5.5
dhtmlxSuite v.8.3.5 Professional

Unfortunately I still was not able to reproduce your issue locally
The following snippet:
https://snippet.dhtmlx.com/n8q5bi30
with the suite+pivot sources on the same page seems to work correctly.

Could you please, provide a complete demo or a demo link, where the problem can be reconstructed locally?