How to check if the grid is totally loaded and ready?
Features requested in this thread have been implemented:
Hello @Filipe Lourenço
We currently have an event that is raised when the grid is initialized, but it is internal.
Maybe we can make this event public.
Can you please let me know what is your need for this?
Thanks,
Bruno Martinho
I want to insert a background-color for each cell. So for that my data has a color attribute and when the grid is ready I do a forEach (data) and by javascript I make a inline style, but this is by row, I don't have a solution for just one cell. A kind of tricky but I don't know any other way to do that.
That is an interesting use case, what you need is a conditional format?
Do you need to style a cell or a row depending on a value?
Yes. It's that.
Yes, styling of cells is an important feature. It will get a much better look in a grid.
Is it possible to add an option to ColumnOptionalConfigs with:
"Style Classes" with same behavior as other OS-components?
This can then be dynamically, ex. red if negative etc.