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

feat(Table): support for show full text when hovering over a cell #2862

Merged
merged 2 commits into from
Nov 3, 2022

Conversation

simonguo
Copy link
Member

@simonguo simonguo commented Nov 3, 2022

Display the hidden text in its entirety when hovering over the cell.

20221103-163608-HD.mp4

Usage

<Column width={130} fullText>
  <HeaderCell>Name</HeaderCell>
  <Cell dataKey="name" />
</Column>

dependencies

@vercel
Copy link

vercel bot commented Nov 3, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
rsuite-nextjs ✅ Ready (Inspect) Visit Preview Nov 3, 2022 at 8:39AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
rsuite-v4 ⬜️ Ignored (Inspect) Nov 3, 2022 at 8:39AM (UTC)

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 3, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ecfca0b:

Sandbox Source
rsuite-tp-ci Configuration

@simonguo simonguo requested a review from SevenOutman November 3, 2022 08:44
@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 85.58% // Head: 85.58% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (ecfca0b) compared to base (b6efce8).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2862   +/-   ##
=======================================
  Coverage   85.58%   85.58%           
=======================================
  Files         299      299           
  Lines        9217     9220    +3     
  Branches     2610     2611    +1     
=======================================
+ Hits         7888     7891    +3     
  Misses        694      694           
  Partials      635      635           
Flag Coverage Δ
ChromeCi 85.53% <ø> (+<0.01%) ⬆️
Firefox 85.49% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/DatePicker/DatePicker.tsx 93.57% <0.00%> (+0.14%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@SevenOutman SevenOutman merged commit f8b7eeb into main Nov 3, 2022
@SevenOutman SevenOutman deleted the feat/table-column-full-text branch November 3, 2022 16:08
mheob pushed a commit to mheob/rsuite that referenced this pull request Nov 8, 2022
…uite#2862)

* feat(Table): support for show full text when hovering over a cell

* docs(Table): update description of fullText
mheob pushed a commit to mheob/rsuite that referenced this pull request Nov 8, 2022
…uite#2862)

* feat(Table): support for show full text when hovering over a cell

* docs(Table): update description of fullText
mheob pushed a commit to mheob/rsuite that referenced this pull request Nov 8, 2022
…uite#2862)

* feat(Table): support for show full text when hovering over a cell

* docs(Table): update description of fullText
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