You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a decorators = list() argument to the module() function and pass decorators to the server_args and ui_args. Revisit the documentation of teal_transform_module and teal_data_module and focus that it is clear:
teal_data_module() is to create the teal_data during app run
teal_transform_module() is to modify data, they can be used in two ways:
transformers: to modify teal_module's data input
decorators: to modify teal_modules's output objects
The text was updated successfully, but these errors were encountered:
Blocked by #1383
Add a
decorators = list()
argument to themodule()
function and pass decorators to theserver_args
andui_args
. Revisit the documentation ofteal_transform_module
andteal_data_module
and focus that it is clear:teal_data_module()
is to create the teal_data during app runteal_transform_module()
is to modify data, they can be used in two ways:transformers
: to modify teal_module's data inputdecorators
: to modify teal_modules's output objectsThe text was updated successfully, but these errors were encountered: