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

fix(body-cell): set title on cell when not using cell template #629

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

deeg
Copy link
Contributor

@deeg deeg commented Mar 23, 2017

This shows the full value on hover by using the HTML title attribute. Since the content of the cell can get cut off with ellipsis, it is needed for the user to see the entire content.

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

You cannot see the entire content of a cell if it is too long and cut of with '...'

What is the new behavior?

You can now see the entire content by hovering over it. It will show up in the browser title hover.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

This shows the full value on hover by using the HTML title attribute. Since the content of the cell can get cut off with ellipsis, it is needed for the user to see the entire content.
@amcdnl amcdnl merged commit ca787ac into swimlane:master Mar 23, 2017
rsparrow pushed a commit to rsparrow/ngx-datatable that referenced this pull request Jun 2, 2017
fix(body-cell): set title on cell when not using cell template
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.

2 participants