Skip to content

No table contents  #48

@bchain

Description

@bchain

I am trying to use TableView (version 0.6.0) in Julia 1.4. Example code below. The table opens in Atom's plot panel, shows two columns called a and b, but displays no entries. I tried displaying with blink as well but still doesn't work.

using (TableView)
a = randn(10)
b= randn(10)
data = DataFrame(a=a,b=b)
showtable(data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions