patternfly / angular-patternfly

This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.
http://www.patternfly.org/angular-patternfly/
MIT License
123 stars 90 forks source link

pfTableView-with-Toolbar: cannot select all rows after clearing filters #740

Closed abkieling closed 6 years ago

abkieling commented 6 years ago

The checkbox that selects all table rows stops working after removing filters.

Steps to reproduce

  1. Open https://www.patternfly.org/angular-patternfly/#/api/patternfly.table.component:pfTableView-with-Toolbar
  2. Filter by status 'ok'
  3. Remove filter
  4. Click on checkbox that selects all rows
abkieling commented 6 years ago

The workaround works fine. It would be better to find a way to fix the bug but it's OK to close this issue if you think it's too hard.