Thank you for contacting Syncfusion support.
You can customize field list target using below code example.
Code Example:
// Pop up the field list above dash board layout.
dataBound: function (args) {
this.pivotFieldListModule.dialogRenderer.fieldListDialog.target = document.body;
this.pivotFieldListModule.dialogRenderer.fieldListDialog.targetEle = document.body;
document.body.appendChild(this.pivotFieldListModule.dialogRenderer.fieldListDialog.element);
},
|
Meanwhile, we have prepared a sample for your reference. Kindly check the below sample link:
We hope that the above sample meets your requirement if not kindly share us more details along with screen-shots/video if possible.
Please let us know if you have concern.
Regards,
Sivamathi.