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

Infinite scroll #46

Open
pdeffebach opened this issue May 26, 2020 · 0 comments
Open

Infinite scroll #46

pdeffebach opened this issue May 26, 2020 · 0 comments

Comments

@pdeffebach
Copy link
Contributor

I am working in a Jupyter notebook using IJulia, Ubunto 19.10.

Here is my Project.toml

Status `~/Documents/Projects/test/Project.toml`
  [a93c6f00] DataFrames v0.21.1
  [7073ff75] IJulia v1.21.2
  [40c74d1a] TableView v0.6.0

When I run,

df = DataFrame(rand(100, 100));
showtable(df)

The table correctly pops up, but you can scroll beyond the boundary of the table, as so.

Screenshot from 2020-05-26 12-33-55

I wonder if this is hurting scrolling speed. Any ideas on how to fix?

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

No branches or pull requests

1 participant