Skip to content

Conversation

@cloverhearts
Copy link
Member

What is this PR for?

For Table, reimplemented, scrolling, deleting a bug in the Table Header, Scrolling area expressed bugs have been fixed.

What type of PR is it?

Bug Fix

Todos

  • (Re-modification) always top fixed column title for table
  • table scrolling bug fixed. out of area scroll
    ZEPPELIN-523 ] table scrolling bug fixed. out of area scroll issue #556
  • After the re-run, remove the scroll bar
  • License Infomation
    • record the license information of jquery.floatThead.
  • Browser Test
    • Safari (9.0.2(11601.3.9)
    • Firefox (43.0)
    • Chrome (47.0.2526.106 (64-bit)

Is there a relevant Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-523

How should this be tested?

Step 1. create table on zeppelin
example query)

%pyspark
TABLE = "%table Header1\tHeader2\n"
for x in range(1,51):
    #TABLE +=  "scroll";
    TABLE +=  str(x);
    if (x%2) == 0:
        TABLE += "\n"
    else:
        TABLE += "\t"
z.put("table_context", TABLE)
println(z.get("table_context"))

Step 2.
Scroll the mouse over the Table.

Step 3.
re Run Paragraph.

Step 4.
Scroll the mouse over the Table.

Screenshots (if appropriate)

Before

before

After

bug_fix_table_sc

Questions:

You are using an external source?

@cloverhearts cloverhearts changed the title Bug fix/table scrolling and hiding Zeppelin-523 ] Table Header fixed and scrolling bug fixes. Dec 22, 2015
@cloverhearts
Copy link
Member Author

Additional modifications
according to a floating Thead, Paragraph Option Fixes a problem.

before

before

after

after

This bug fixes to the table was completed.
I would like to discuss and review.

@Leemoonsoo
Copy link
Member

Looks good to me.
Merge if there're no more discussions.

@corneadoug
Copy link
Contributor

@Leemoonsoo
I'd like to take a closer look, especially since it's adding a new library

@cloverhearts
Copy link
Member Author

@Leemoonsoo
Copy link
Member

@corneadoug Sure, please take a look closer.

@mkoryak
Copy link

mkoryak commented Dec 30, 2015

author of floatThead here. let me know if i can be of assistance (without installing anything). 🐈

@corneadoug
Copy link
Contributor

I tried it after rebasing with master (because of the resize that was just merged).
Everything seems to work fine, however I found a bug when we switch from table to graph:
screen shot 2015-12-30 at 11 09 05 am

@cloverhearts
Copy link
Member Author

@corneadoug
Thank you good feedback.
I will review that section again as your opinion.

@cloverhearts
Copy link
Member Author

@corneadoug

tablebug_fix_after

I have completed bug fixes.
Thank you for feedback.

@corneadoug
Copy link
Contributor

LGTM

@Leemoonsoo
Copy link
Member

LGTM and merge into master

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.

4 participants