@@ -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