In this article you will learn about how to create a chess pattern in table with alternate cells in different colors both horizontally and vertically. Create or open the report wherein you want such customization. Then, add the CSS style in the style box. CSS Code .table > tbody > tr:nth-child(2n) > td:nth-child(2n), .table > tbody
Read More