I’ve added a custom column to the certification screen. I have updated the UIConfig file accordingly and created an evaluator class that returns a list of strings. Now, I want to implement a custom renderer for this column to properly display the list of strings.
However, I haven’t been able to find clear documentation or example implementations for writing a custom renderer in this scenario.
Has anyone worked on something similar or can guide me on how to create and integrate a custom renderer for a list of strings in the certification screen? Any pointers would be greatly appreciated!