If want to use some styles for specific columns/rows, set "Advanced styling" parameter to "Yes" in module settings. Each row (<TR> element) will have the following CSS class:
ari-tbl-row-ROWNUM
Where ROWNUM is row number. For first row it will be ari-tbl-row-0, for the second row will be ari-tbl-row-1 and etc.
Each column (<TD> element) will have the following CSS class:
ari-tbl-col-COLNUM
Where COLNUM is column number. For first column it will be ari-tbl-col-0, for the second column will be ari-tbl-col-1 and etc.
:nth-child() CSS selector can be used to define styles for odd and even rows.
Regards,
ARI Soft