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
An R package providing support for the dash-table component should be made available from this repo, including complete documentation which mirrors the Python docstring content, and is accessible via R's help viewer.
Argument typing information for the component should be edited as needed to better match R's data structures (e.g. "named list" instead of dict or "unnamed list" instead of list).
An R package providing support for the
dash-tablecomponent should be made available from this repo, including complete documentation which mirrors the Python docstring content, and is accessible via R's help viewer.Argument typing information for the component should be edited as needed to better match R's data structures (e.g. "named list" instead of
dictor "unnamed list" instead oflist).