JuliaGizmos / Escher.jl

Composable Web UIs in Julia
https://juliagizmos.github.io/Escher.jl
Other
335 stars 63 forks source link

Default table style? #107

Closed amellnik closed 6 years ago

amellnik commented 8 years ago

The default table style at the moment is a bit sparse. Right now

DataFrame(A = [1,2], B=["A", "D"])

renders as

image

I assume Escher would like something that looks a bit more classy than the normal writemime output that's used in ijulia and similar, but some lines and padding might be nice.

shashi commented 8 years ago

I agree we need better defaults here.

You can create a DataFrame of padded / bordered tiles to achieve this now.

amellnik commented 6 years ago

Closing - outdated.