1. alternate row color

    在页属性中内嵌css

    .customAlternatingRow .a-IRR-table tr:nth-child(even) td {
        background-color: #F2F2F2;
    }


    然后在交互式报表属性中,外观-CSS类指定为customAlternatingRow

  2. 新增额外列

    select 查询语句添加null列

  • No labels