Version 12.1.3.0.0
Hi,
I have a table and am using the inlineStyle on the af:column to colour the table cells and the text. The colours are variable and can be set by the user, and the inlineStyle is set using EL
e.g. #{BackingBean.userStyle} which returns something like "background-color:#000000; color:#FFFFFF"
This works fine, but I find that and row hover, or row selection, doesn't then highlight the rows, so the user has no idea what is selected.
Is there anyway to overcome this? I don't think I can create any css styles for the row colours due to the fact the user can choose any background/text colour, so have to use inlineStyle directly.
Thanks.