Skip to content

add edit callback #24

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

Merged
merged 1 commit into from
Jun 18, 2019
Merged

add edit callback #24

merged 1 commit into from
Jun 18, 2019

Conversation

pfitzseb
Copy link
Member

julia> showtable(rand(1000000, 10), cell_changed = (x) -> @show x)

julia> x = Dict{String,Any}("new" => "123","old" => 0.0592688229029934,"row" => 841431,"col" => "Column3")

@pfitzseb
Copy link
Member Author

One remaining question: How should col be specified? Right now I'm using the stringified column name (or Tables' fallback), but maybe an index would be more convenient?

@pfitzseb pfitzseb merged commit f581d52 into master Jun 18, 2019
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

Successfully merging this pull request may close these issues.

1 participant