[ad_1]
Hi Tony,
Yes, this is intended behaviour. In most cases this should give a more consistent behaviour. But you can easily change the background color of odd rows using CSS:
div.wpda_publication_container table.dataTable.wpda-datatable tbody tr:nth-child(odd):not(.selected), .modal-body table tbody tr:nth-child(odd):not(.selected) {
background-color: aliceblue;
}If you have a premium license, you can use the new style manager. It allows you to interactively style all table elements without the need to write any CSS yourself. The style manager is available from the toolbar on the Data Publisher main page.
Does this help?
Peter
Thanks Peter,
That worked beautifully. Yes it’s very flexible.
My query answered.
Cheers
Tony
