Hi Anton,
Should this work for Sorting vertically also?
Can I use another column for the sort order? I’m using a SharePoint list and have a number column called “Order” but it doesn’t seem to be working using the following:
renderer.config.nodesSortOrder = "ASC";
renderer.config.nodesSortFieldName = "Order";