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

Freeze the table header in Time series visualisation #8313

Closed
krishna9626 opened this issue Sep 27, 2019 · 4 comments
Closed

Freeze the table header in Time series visualisation #8313

krishna9626 opened this issue Sep 27, 2019 · 4 comments
Labels
enhancement:request Enhancement request submitted by anyone from the community inactive Inactive for >= 30 days

Comments

@krishna9626
Copy link

krishna9626 commented Sep 27, 2019

                                     In the Time series table visualisation,column headers are not fixed.It moves based on scroll bar.If there are more no of columns it is difficult to find the corresponding column header.It affects the readability.

Screenshot for your reference.

Image1 (Default)
1

Image2(Scrolling)
2
This visualisation is from "Reactable NPM". I didn't find any option to resolve in the document.

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #enhancement to this issue, with a confidence of 0.57. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the enhancement:request Enhancement request submitted by anyone from the community label Sep 27, 2019
@DavidJHassan
Copy link
Contributor

DavidJHassan commented Sep 27, 2019

This is also similiar to #8238.

@stale
Copy link

stale bot commented Nov 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Nov 26, 2019
@stale stale bot closed this as completed Dec 3, 2019
@kalimuthu123
Copy link

Hii customised fixed Header by using css Plese check this

table thead tr:nth-child(1) th{
background: white;
position: sticky;
top: 0;
z-index: 10;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:request Enhancement request submitted by anyone from the community inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants