We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No, a limit like that should not exist. Can you confirm that this only happens for tables with more than async_threshold rows?
async_threshold
Sorry, something went wrong.
I tried adding zero starting from 1000 to 1000000. 1000000 is the first one having the same non editable after about half rows behavior.
Tested on both Windows and macOS, same behavior.
No branches or pull requests
I' m trying out https://discourse.julialang.org/t/gui-to-edit-matrix-in-julia/48663/7?u=xgdgsc . With
The first half editing seems working well. But after scrolling after half of all the rows the cells seems not editable in the UI.
The text was updated successfully, but these errors were encountered: