Sorting feature workspace

Hi Neos Team,
Good Morning!

Is there any option to implement the Sorting feature in Workspace in Neos?
Like we can sort workspace elements on type of content and so on.

Is there any filter and hook available for that?

Might someone have a similar implementation in the group, so please suggest and guide

Thanks in Advance

Hi,

I don’t think that this is built-in.
In general the workspace module is one of our weak spots currently and we want to initiate a major rework soon that will also be forward-compatible with the event sourced CR (see Weekly ESCR Talk - #6 by bwaidelich).
But this is not an easy task and it will require time and resources.

In the meantime you could just extend/replace the templates yourself (to add a javascript driven sorting) – and/or the controller (for a PHP based sorting).