|
@@ -709,6 +709,11 @@
|
|
|
"content": "The @ui.refreshable decorator allows you to create functions that have a refresh method. This method will automatically delete all elements created by the function and recreate them. refresh prune",
|
|
|
"url": "/documentation/refreshable"
|
|
|
},
|
|
|
+ {
|
|
|
+ "title": "Refreshable: Refreshable UI with parameters",
|
|
|
+ "content": "Here is a demo of how to use the refreshable decorator to create a UI that can be refreshed with different parameters.",
|
|
|
+ "url": "/documentation/refreshable#refreshable_ui_with_parameters"
|
|
|
+ },
|
|
|
{
|
|
|
"title": "Refreshable: Refreshable UI for input validation",
|
|
|
"content": "Here is a demo of how to use the refreshable decorator to give feedback about the validity of user input.",
|