Advanced Filters: filtering by date (with no timepicker) does not work on px-data-grid-paginated
Closed this issue · 0 comments
Deleted user commented
Description
Currently, it doesn't appear to be possible to apply a filter with a date only on px-data-grid-paginated. After selecting a date range and clicking Apply, the following is observed:
- No filter is visible on the grid (ie. no px-chip indicating the current filter)
- No filter is passed to the px-data-grid's data provider.
- The following error is thrown in the console:
px-data-grid-filter-entity.html:100 Uncaught TypeError: a.tz(...).format is not a function
This is reproducible on the Predix Design System. Reproduction steps are:
- Navigate to px-data-grid-paginated
- Select the Advanced Filters tab.
- Click the Table Filters button.
- Add a filter, select the Birth Date field, and enter any date range filter.
- Click Apply.
This issue only impacts px-data-grid-paginated. px-data-grid is not affected.
Version
Version 1.0.0
Browser: Chrome 65.0.3325.181 (MacOS)
Screenshots
Advanced filter:
Clicking Apply here does not filter the data grid as expected.