Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pagination): should recreate pagination on cursor based changed #1175

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

ghiscoding
Copy link
Owner

  • when changing cursor based by calling setCursorBased we should recreate the pagination component, we can simply add a onPaginationSetCursorBased event to subscribe and recreate pagination

- when changing cursor based by calling  `setCursorBased` we should recreate the pagination component, we can simply add a `onPaginationSetCursorBased` event to subscribe and recreate pagination
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #1175 (44d179c) into master (aa1939c) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1175   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          245       245           
  Lines        17246     17253    +7     
  Branches      6232      6233    +1     
=========================================
+ Hits         17246     17253    +7     
Files Coverage Δ
packages/common/src/services/pagination.service.ts 100.00% <100.00%> (ø)
...nation-component/src/slick-pagination.component.ts 100.00% <100.00%> (ø)

@ghiscoding ghiscoding merged commit c7836aa into master Nov 3, 2023
5 checks passed
@ghiscoding ghiscoding deleted the bugfix/recreate-pagination-cursor-based branch November 3, 2023 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants