Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does editing cell has any row number limit? #95

Open
xgdgsc opened this issue Mar 13, 2025 · 3 comments
Open

Does editing cell has any row number limit? #95

xgdgsc opened this issue Mar 13, 2025 · 3 comments

Comments

@xgdgsc
Copy link

xgdgsc commented Mar 13, 2025

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.

@pfitzseb
Copy link
Member

pfitzseb commented Mar 13, 2025

No, a limit like that should not exist. Can you confirm that this only happens for tables with more than async_threshold rows?

@xgdgsc
Copy link
Author

xgdgsc commented Mar 14, 2025

I tried adding zero starting from 1000 to 1000000. 1000000 is the first one having the same non editable after about half rows behavior.

@xgdgsc
Copy link
Author

xgdgsc commented Mar 16, 2025

Tested on both Windows and macOS, same behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants