about grid.delete() #3713
Replies: 2 comments 3 replies
-
Because grid is deleted. You can't delete again. |
Beta Was this translation helpful? Give feedback.
1 reply
-
By clicking button,I want to update tablet data.Is there any good way to do it?thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my dear friends, I'm a new developer in nicegui. Seeking advice from everyone. When using
ui.button('查询', on_click=on_button_click)
, the first execution ofgrid.delete()
works fine, but it throws an error from the second time. Here is the hints:here is my code,ths for your helping.
Beta Was this translation helpful? Give feedback.
All reactions