Skip to content

Does editing cell has any row number limit? #95

Description

@xgdgsc

I' m trying out https://discourse.julialang.org/t/gui-to-edit-matrix-in-julia/48663/7?u=xgdgsc . With

a = rand(10000000,1)
#or
a = rand(100000000,1)
w=Blink.Window()
body!(w, TableView.showtable(a, cell_changed = msg -> update_cell(a, msg)))

The first half editing seems working well. But after scrolling after half of all the rows the cells seems not editable in the UI.

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