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

设置颜色那里,为什么只有第一行。 #11

Open
rjcb99 opened this issue Aug 15, 2022 · 1 comment
Open

设置颜色那里,为什么只有第一行。 #11

rjcb99 opened this issue Aug 15, 2022 · 1 comment

Comments

@rjcb99
Copy link

rjcb99 commented Aug 15, 2022

func (tb *Table) SetColumnColor(columnName string, display, fount, background int) {
background += 10
for _, col := range tb.Columns.base {
if col.Original() == columnName {
col.SetColor(display, fount, background)
break
}
}
}
// 这个break,能不能可选?

@rjcb99
Copy link
Author

rjcb99 commented Aug 15, 2022

通过看其他人的问题,我明白你这个是设置列名。
但是能不能给一个通用的设置方法。

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

1 participant