Dear community and Ivy team,
in our ongoing projects we try to use the new Form Editor for designing user dialogs whenever feasible. In particular, we use a lot of datatables.
Problem
We want to change the row style for some rows (depending on specific attribute values within each row). It would be helpful to display certian rows in bold to visually distingiuh them (e.g. you can think of a message overview where unread messages should stand out intuitively). Additionally, we would ideally like to apply styling similar to what is demonstrated in PrimesFaces DataTable Row Color.
Question
How can we conditionally style individual rows in a datatable without having to switch back from the new form editor to the JSF stack?
Thanks in advance for helping us ☀