-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Search view #24
Labels
stack:frontend
Frontend (FE) related
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aims/objectives.
A base Search view is implemented. This issue tracks more todos, questions, etc. as we're integrating server-side into the app.
A clear and concise description of todo items.
Search View tasks
Functionality
Implement dynamic dependent filters #20
DataTable
exportCSV
?AutoComplete
and coordinate selection) need to be dynamically disabled when more than one organism is selected.We could add e.g.
:rowsPerPageOptions="[5, 10, 20, 50]"
to the paginator.Bug/Questions
We also need to document how to sort: By default in multiple selection mode, metaKey press (e.g. ⌘) is necessary to add to existing selections however this can be configured with disabling the metaKeySelection property. Note that in touch enabled devices, DataTable always ignores metaKey. We also use removableSort: third click removes the sorting from the column.
Styling
p-float-label
class to display a floating label on top of the component when focused.The text was updated successfully, but these errors were encountered: