Hello,
I would like the employees to appear / be grouped in a specific order? I am currently using this in the Javascript part of the OrgChart:
api.setSorting("Order", "ASC", "Number");
but i need to sort by an additional field, is that possible?
Hello,
I would like the employees to appear / be grouped in a specific order? I am currently using this in the Javascript part of the OrgChart:
api.setSorting("Order", "ASC", "Number");
but i need to sort by an additional field, is that possible?
Hi @Jeniffer_Rivera,
Please see the following article:
How to order employees boxes using custom field for Org Chart in SharePoint and Microsoft Teams — Plumsail OrgChart 1.0 documentation
how can i order by multiple fields simultaneously?
Hi @Jeniffer_Rivera,
Sorting is only possible by one field. Could you please elaborate on your use case? Specifically, I'd love to understand why you need double sorting and how you envision it working.