-
Feature Request
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
Not defined
What is the desired functionality that you are missing?
As a user I would like to be able to sort the event mapping table by click on the column header.
Which problem are you going to solve with this functionality?
Simplify finding the right event for mapping.
Hint: We should also consider whether sorting by the actual event count would be a useful sort field. The decision might be informed by whether or not https://jira.camunda.com/browse/OPT-3308 is implemented
Context:
It is already implemented in the backend, but not implemented yet in the UI. API:
searchTerm: 'string' // optional: applies search term to group, source and type orderBy: 'group' // group/source/eventName sortOrder: 'asc' // asc or desc
This is the controller panel for Smart Panels app
- duplicates
-
OPT-4229 add sorting to events table in event based processes
- Done