Skip to content

container.remove(last_element) gives KeyError #677

Closed Answered by falkoschindler
HilkopterBob asked this question in Q&A
Discussion options

You must be logged in to vote

See this discussion about capturing values in lambda statements: #471

This way you can fix your button:

ui.button(on_click=lambda e, row=row: container.remove(row))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@HilkopterBob
Comment options

Answer selected by HilkopterBob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants