Skip to content

Releases: rdytech/react-filterbar

Select Checkboxes for Each Row

13 Jul 03:44
Compare
Choose a tag to compare

Changes in this release

  • Added a selectable checkbox option against row in the table
  • Added a select all checkbox on the header to select all rows on the page.

Verify search filters by uid

29 Jun 21:55
Compare
Choose a tag to compare

Verify search filters by uid

Delete saved search

29 Jun 00:54
Compare
Choose a tag to compare

Delete saved search if one of its filters can not be applied anymore.

Empty query params bugfix

27 Jun 06:25
Compare
Choose a tag to compare

Fixes the issue with URL validations when query params are not present.

Reset filters on incorrect URL params

26 Jun 23:23
Compare
Choose a tag to compare

Clear all filters in case the provided URL contained unknown uid, type or field values

Fix SelectInput

22 Jun 06:27
Compare
Choose a tag to compare

SelectInput component to have a default value on initialization.

Added Multi Select Filter Component

24 May 23:33
Compare
Choose a tag to compare
  • Added a new component based off the existing select component to handle multi selects

Add Export Results Button

18 Apr 00:56
Compare
Choose a tag to compare
Merge pull request #26 from jobready/feature/NEP-2363

NEP-2363 Add Export Results Button

Corrected Date Time Formatting

14 Apr 01:43
Compare
Choose a tag to compare
  • Modified the date and time formatting to be an Australian format.

Completed Build

08 Apr 06:50
Compare
Choose a tag to compare
  • Rebuilt the React Filterbar with included changes