Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化:数据报表增加行级间颜色变化设置选项 #288

Closed
Teng888Teng opened this issue May 28, 2021 · 4 comments
Closed

优化:数据报表增加行级间颜色变化设置选项 #288

Teng888Teng opened this issue May 28, 2021 · 4 comments

Comments

@Teng888Teng
Copy link

版本号:

1.3.3

问题描述:
数据报表行级没有颜色区分,可以增加该功能
截图&代码:

友情提示: 未按格式要求发帖,会直接删掉。

@tygithub1
Copy link

是斑马线的功能?

@Teng888Teng
Copy link
Author

是的

@zhangdaiscott
Copy link
Member

暂不支持功能归集 #138

@ananasman
Copy link

循环单元格格式调整下就有了
=(let no= #{data.pagehelper_row_id};
if(no%2==1){
rowcolor('#{data.value}','black','#ffffff')
}else{
rowcolor('#{data.value}','black','#d8d8d8')
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants