Giter Site home page Giter Site logo

Comments (4)

michaelbromley avatar michaelbromley commented on August 11, 2024

The PaginatePipe is not stateless.

Are you looking for help with authoring your own "orderby" pipe? If so, I think StackOverflow is a good place to ask. It sounds to me like your pipe needs to be stateful by design.

from ngx-pagination.

synapze avatar synapze commented on August 11, 2024

My apologies Michael. For some reason I thought the paginate-pipe.ts file didn't have the pure config set to false. My bad.

I'm not looking for authoring my own pipe, I've already created one and works fine on its own. My issue is that when I combine it with the pagination pipe the paginated data does not show the sorted data until I paginate to the next page. I've tried using other sorting pipes, I found on git and they also have the same problem.

I'm basically looking for a way to refresh the paginated data without going to the next/previous page. I can't see anything in the pagination service that could help me do this.

By the way, love your work!

from ngx-pagination.

synapze avatar synapze commented on August 11, 2024

Never mind, I worked out the problem. It had to do with the order of the pipes, my orderBy pipe needed to be after the pagination pipe.

I changed this
*ngFor="#d of data | orderBy : orderBySelection | paginate: paginationConfig"

to this
*ngFor="#d of data | paginate: paginationConfig | orderBy : orderBySelection"

Thanks again, keep up the good work.

from ngx-pagination.

michaelbromley avatar michaelbromley commented on August 11, 2024

👍

from ngx-pagination.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.