You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently hover is only tracked for component as a whole, but isn't tracked for separate cells of the table and tree components. There should be a support for hover style:
For tree - in rowPainter, nodePainter and selectionPainter
For table - in rowPainter, columnPainter, cellPainter and selectionPainter
Probably some other aspects of those components that rely on the hovered cell information may be optimized as well with the use of global hovered cell tracking implementation.
The text was updated successfully, but these errors were encountered:
Currently hover is only tracked for component as a whole, but isn't tracked for separate cells of the
table
andtree
components. There should be a support forhover
style:tree
- inrowPainter
,nodePainter
andselectionPainter
table
- inrowPainter
,columnPainter
,cellPainter
andselectionPainter
Probably some other aspects of those components that rely on the hovered cell information may be optimized as well with the use of global hovered cell tracking implementation.
The text was updated successfully, but these errors were encountered: