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 tooltip support on table rows #871

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

SMontiel
Copy link
Contributor

No description provided.

@xaksis
Copy link
Owner

xaksis commented Sep 29, 2021

Adding options on the column root level is not scalable. If you could create a 'tooltipOptions' property within the column and consolidate the tooltip related options, that would be better.

column: {
  tooltipOptions: {
    titleLabel: 'title'
    rowLabel: 'row'
  }
}

@SMontiel
Copy link
Contributor Author

Got it, I'll work on that

@LovelyAndy
Copy link

@SMontiel Were you ever able to come up with something for tooltips in the row cells themselves?

@SMontiel
Copy link
Contributor Author

SMontiel commented May 6, 2022

@LovelyAndy I don't followed working on that. This PR is all I did. Feel free to work on that, you can base your work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants