I have one query from my databse like that:
select name, age from Person
I did the report already, but... How can I show one table like this? : Plnkr
The idea that I can show all persons with age > 30 with row in other color and the age < 30 in white color.
How can I custom a row in JasperReports? Is it possible?
Thanks for help.