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

Order issue on load more items. #38

Closed
dgpoo opened this issue Dec 19, 2017 · 10 comments
Closed

Order issue on load more items. #38

dgpoo opened this issue Dec 19, 2017 · 10 comments

Comments

@dgpoo
Copy link

dgpoo commented Dec 19, 2017

I am loading 30 items and i can sort it fine.
But if i am loading more 30 items into existance data without page reload then merged new data and old data should sort.
how i can re-init sort without page reload ?

@VadimDez
Copy link
Owner

What version of ngx-order-pipe are you using?

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

it is "ng2-order-pipe": "^0.1.5",

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

@VadimDez
Now i have updated to "ngx-order-pipe": "^1.1.1",

@VadimDez
Copy link
Owner

let me know if the latest version of ngx-order-pipe fixes your problem, so that i can close this issue.

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

@VadimDez
no still getting same issue

@VadimDez
Copy link
Owner

can you show me your code?

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

listing.zip

i have uploaded above zip file please check it

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

@VadimDez
there much line of code in that
check from below line code it may help to find out
html file
line no : 736
line no : 660

ts file
line no : 610
line no : 403

@VadimDez
Copy link
Owner

Have you completely replaced ng2-order-pipe with ngx-order-pipe? Imported OrderModule module?
Pushing to the array you are sorting in the view should actually work (tried myself).

@dgpoo
Copy link
Author

dgpoo commented Dec 20, 2017

Awsome it is working now,it is working now!!
please answer me on this issue which i updated last one how can i use compartor using example
then this plugin works perfect for me
#34

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

No branches or pull requests

2 participants