Changing the grid cell border color #716
Unanswered
chunyukuo88
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to have the grid cells have a specific border color at all times. The way I find was to add the
theme
attribute and pass it a style object thusly:This successfully changed the color of each cell's border; however, it made the grid very, very slow. Is this a known bug, or am I doing it wrong? I tried editing the object that gets passed to
getCellContent
but I couldn't find any fields that affected border color.Beta Was this translation helpful? Give feedback.
All reactions