-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
Closes #904 Added `as_tdata` function to convert the data object received by modules from `teal_data` to `tdata` class. Modified `srv_nested_tabs.teal_module` now returns a `teal_data`. To make a module handle a `teal_data` object without (much) modification, the incoming `data` argument should be downgraded to the old class. ``` data <- as_tdata(data) ``` Also modified `example_module` to handle `teal_data` objects. --------- Co-authored-by: go_gonzo <[email protected]> Co-authored-by: Dony Unardi <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.