I' m trying out https://discourse.julialang.org/t/gui-to-edit-matrix-in-julia/48663/7?u=xgdgsc . With ```jl 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.