-
Notifications
You must be signed in to change notification settings - Fork 27
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
getRowStyle
does not update the style in a callback
#236
Comments
I'm not sure if there is a way to allow for this, as this most likely pertains to the underlying grid and how it functions. |
Could we add the |
Revisiting this, I've used the For example, think of something like adjusting conditional formatting: User makes changes to conditions <200 rows, dev opts to render the changes immediately, >=200 rows, dev allows user to opt to make these changes right now, or the next time they render the grid. Which at any point they have the ability to use a render button on the page that reloads the data from the server or uses the redraw method. I dont think we should say that it happens this way immediately for the result of some unexpected behaviour. We could potentially have something in there where we give the option for the dev to say have upon these events, redraw the rows, that way the dev has more control over unexpected side effects. |
Good points. The clientside callback for |
getRowStyle
does not update the style in a callbackgetRowStyle
does not update the style in a callback
When you update the
getRowStyle
prop in a callback, the style is not applied unless the grid or the page is refreshed.The issue and the workaround is posted here on the forum
The text was updated successfully, but these errors were encountered: