【发布时间】:2018-01-29 19:12:49
【问题描述】:
我正在努力实现这一目标: 如果特定行缺少任何数据,我希望您将该行设置为 TWICE 高并带有下划线。谁能建议我该怎么做。我的 if 条件是
if (row["Post_Converted"] || row["StatusDesc"] || row["RowVersionInitials"]) = null{
// add table border for that particular row
}
请给我一些建议
【问题讨论】:
标签: javascript birt