fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

Vertical scroll on large outputs is a problem when printing #1427

Open BrettKnoss opened 3 years ago

BrettKnoss commented 3 years ago

When I try to put an 80 item checklist, it creates a verticle scroll bar. This is might be good for online, but it creates a problem when I try to print.

Screenshot from 2021-09-07 12-20-05

dralletje commented 3 years ago

How do you create the checklist? It sounds to me like a PlutoUI specific problem.

BrettKnoss commented 3 years ago

I was referring to the default. How would I access lists in PlutoUI?

Sent from ProtonMail mobile

-------- Original Message -------- On Sep. 25, 2021, 2:19 p.m., Michiel Dral wrote:

How do you create the checklist? It sounds to me like a PlutoUI specific problem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

dralletje commented 3 years ago

Can you share the code that you use for this?

fonsp commented 3 years ago

the author added a screenshot just now, it's about the table viewer

# ╔═╡ fd916e72-1e60-11ec-1d5d-cb97718ef120
import Tables

# ╔═╡ 7972fce0-f807-4c5f-99ca-8f0e3ba69894
Tables.table(rand(200,200))
dralletje commented 3 years ago

Pfffft