Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Conversation

@ghiscoding
Copy link
Owner

  • The new methods are:
    • filterService.toggleFilterFunctionality()
    • sortService.toggleSortFunctionality()
    • gridService.hideColumnByIndex(columnIndex)
    • gridService.hideColumn(column)

- The new methods are:
   - `filterService.toggleFilterFunctionality()`
   - `sortService.toggleSortFunctionality()`
   - `gridService.hideColumnByIndex(columnIndex)`
   - `gridService.hideColumn(column)`
@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #587 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #587    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          148       148            
  Lines         9831      9894    +63     
  Branches      3472      3346   -126     
==========================================
+ Hits          9831      9894    +63     
Impacted Files Coverage Δ
...s/angular-slickgrid/extensions/extensionUtility.ts 100.00% <ø> (ø)
...ngular-slickgrid/extensions/headerMenuExtension.ts 100.00% <100.00%> (ø)
...dules/angular-slickgrid/services/filter.service.ts 100.00% <100.00%> (ø)
...modules/angular-slickgrid/services/grid.service.ts 100.00% <100.00%> (ø)
...modules/angular-slickgrid/services/sort.service.ts 100.00% <100.00%> (ø)
...pp/modules/angular-slickgrid/services/utilities.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18289d3...d957699. Read the comment docs.

@ghiscoding ghiscoding merged commit b9cf7f9 into master Sep 28, 2020
@ghiscoding ghiscoding deleted the feat/toggle-filtering-sorting branch September 28, 2020 13:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants