1. 07 Sep, 2020 11 commits
  2. 04 Sep, 2020 8 commits
  3. 03 Sep, 2020 10 commits
  4. 02 Sep, 2020 9 commits
  5. 01 Sep, 2020 2 commits
    • Table: Adds column filtering (#27225) · ff1149ac
      * Table: Adds column filters
      
      * Refactor: adds filter by value function
      
      * Refactor: some styling and sorting
      
      * Refactor: Moves filterByValue to utils
      
      * Tests: add filterByValue tests
      
      * Refactor: simplifies filteredValues
      
      * Refactor: adds dropshadow
      
      * Refactor: keeps icons together with label and aligns with column alignment
      
      * Refactor: hides clear filter if no filter is active
      
      * Refactor: changes how values in filter are populated
      
      * Refactor: adds filterable field override
      
      * Tests: fixed broken tests
      
      * Refactor: adds FilterList
      
      * Refactor: adds blanks entry for non value labels
      
      * Refactor: using preFilteredRows in filter list
      
      * Refactor: adds filter input
      
      * Refactor: fixes issue found by e2e
      
      * Refactor: changes after PR comments
      
      * Docs: adds documentation for Column filter
      
      * Refactor: moves functions to utils and adds tests
      
      * Refactor: memoizes filter function
      
      * Docs: reverts docs for now
      Hugo Häggmark committed