Add functionality to lists shown in PSE Management Plug-in
For the Management plug-in add -
- ability to add additional columns such as element template name
- allow sorting by column
- add element template name as a search criteria
There are some complexities associated with this. When creating objects from template, inevitably you would end up with many with the same name. As such, sorting would require the entire path. This would require careful design to ensure good user interface. In addition, paging becomes more difficult. Imagine you have 100k analyses. In order to sort or re-sort, we would have to load the entire collection, which is impactful to performance.
Having said that, we will look at what we can do.