Order from left to right

Hi Agito,

We just added such functionality to our new major version.

You can add couple of lines to JavaScript editor to apply sorting settings like this:


This is a code snippet:

renderer.config.nodesSortOrder = "ASC"; renderer.config.nodesSortFieldName = "Title";

nodesSortOrder - order, for example "ASC" or "DESC".
nodesSortFieldName - internal name of list field or property from user profile service.

You can download the new version from our site. Note, if you use version 1.* you will need to upgrade to new version by removing old web part from your page and adding the new one.

If you need to extend your trial just send a request to support@plumsail.com

1 Like