Skip to content

WDFN-833 - Add filter to the Available sample data table.

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-833 into main

Before making a pull request

  • Put the appropriate EXEMPT flag if needed in the MR label (see https://practices.wma.chs.usgs.gov/practice/peer_code_review/)
  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json metadataLastUpdated and bump CHANGELOG.md to next version.

Description

I implemented this by using two radio buttons to select which column to filter on. Once a radio button is selected, a text field appears that the user can use to filter the table by the selected column. The filtering updates as the user types.

Screen_Shot_2022-11-17_at_8.45.35_AM

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial
  • Check the accessibility CI step and fix or explain any issues.
Edited by Bucknell, Mary S.

Merge request reports