We already have a service which display percentage via formatted string but it’s ugly and complicate sort of column in browse.
I’ve read in documentation that renderers doesn’t function with generated column (that I indeed notice ). So how does I can do this, please ? Is there a “good” practise ?
You can find an example of using a numberRenderer with percentages in the Sampler (link). Also, you could use a DecimalFormat inside the column generator to format double value.