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

Add ability to define table & tree cell hover style #690

Open
mgarin opened this issue Dec 14, 2021 · 0 comments
Open

Add ability to define table & tree cell hover style #690

mgarin opened this issue Dec 14, 2021 · 0 comments

Comments

@mgarin
Copy link
Owner

mgarin commented Dec 14, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.4.0
  
Planned
Development

No branches or pull requests

1 participant