* DataSelector now supports a `show_user_directories` flag that will allow users to choose datafiles from user directories (thanks to John Duggan).
### nova-trame, 0.20.0
* Three new components are available: ExecutionButtons, ProgressBar, and ToolOutputWindows. These components allow you to quickly add widgets to your UI for running and monitoring jobs (thanks to Sergey Yakubov).
@@ -27,6 +28,7 @@ class DataSelector(vuetify.VDataTableVirtual):
extensions:Optional[List[str]]=None,
prefix:str="",
select_strategy:str="all",
show_user_directories:bool=False,
**kwargs:Any,
)->None:
"""Constructor for DataSelector.
@@ -48,6 +50,9 @@ class DataSelector(vuetify.VDataTableVirtual):
select_strategy : str, optional
The selection strategy to pass to the `VDataTable component <https://trame.readthedocs.io/en/latest/trame.widgets.vuetify3.html#trame.widgets.vuetify3.VDataTable>`__.
If unset, the `all` strategy will be used.
show_user_directories : bool, optional
Whether or not to allow users to select data files from user directories. Ignored if the facility parameter
is set.
**kwargs
All other arguments will be passed to the underlying