apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.69k stars 13.83k forks source link

Freeze the table header in Time series visualisation #8313

Closed krishna9626 closed 4 years ago

krishna9626 commented 5 years ago
                                     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[bot] commented 5 years ago

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

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

DavidJHassan commented 5 years ago

This is also similiar to #8238.

stale[bot] commented 4 years ago

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.

kalimuthu123 commented 4 years ago

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; }