Releases: rdytech/react-filterbar
Releases · rdytech/react-filterbar
Select Checkboxes for Each Row
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
Verify search filters by uid
Delete saved search
Delete saved search if one of its filters can not be applied anymore.
Empty query params bugfix
Fixes the issue with URL validations when query params are not present.
Reset filters on incorrect URL params
Clear all filters in case the provided URL contained unknown uid
, type
or field
values
Fix SelectInput
SelectInput component to have a default value on initialization.
Added Multi Select Filter Component
- Added a new component based off the existing select component to handle multi selects
Add Export Results Button
Merge pull request #26 from jobready/feature/NEP-2363 NEP-2363 Add Export Results Button
Corrected Date Time Formatting
- Modified the date and time formatting to be an Australian format.
Completed Build
- Rebuilt the React Filterbar with included changes