ZEPPELIN-518 ] always top fixed column title for table#554
Closed
cloverhearts wants to merge 4 commits intoapache:masterfrom
cloverhearts:enhanced/floating_table_header
Closed
ZEPPELIN-518 ] always top fixed column title for table#554cloverhearts wants to merge 4 commits intoapache:masterfrom cloverhearts:enhanced/floating_table_header
cloverhearts wants to merge 4 commits intoapache:masterfrom
cloverhearts:enhanced/floating_table_header
Conversation
Contributor
|
This function is very useful for users! |
Member
Author
|
@astroshim Thank you for feed back! |
Contributor
|
Its better to remove the unused thead content (to free some binding) |
Member
Author
|
@corneadoug Thank you for good advice. |
Member
Author
|
It is changed. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
if you express a lot of table Row of Zeppelin, when the Column Title have to scroll down, it is invisible and inconvenient.
So, I have to change the Zeppelin Table Column Title was modified to always display.
What type of PR is it?
Improvement
Todos
Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-518
How should this be tested?
step 1. many rows table print.
example query)
step 2. Scroll the mouse over the Table.
Screenshots (if appropriate)
Animated Gif.

Questions:
How tables are expressed in browsers that do not support this feature?