Git Product home page Git Product logo

Comments (5)

brandontksmith avatar brandontksmith commented on September 18, 2024 8

I too am experiencing this issue.

from ember-cli-pagination.

synaptiko avatar synaptiko commented on September 18, 2024 3

I have just found this problem after upgrade to 3.5 as well. I've been debugging it for some time and I think the main issue is that init method of PagedRemoteArray is not calling this._super(...arguments). Once I added it it's working again.

I may create a PR but this project doesn't seem to be very active recently.

from ember-cli-pagination.

sivanbecker avatar sivanbecker commented on September 18, 2024

Me too,

ember-cli-pagination:   3.1.3
ember               :   3.4.5
ember data          :   3.4.2
ember cli           :   3.4.3

from ember-cli-pagination.

thelastinuit avatar thelastinuit commented on September 18, 2024

Second this.

from ember-cli-pagination.

brandontksmith avatar brandontksmith commented on September 18, 2024

Due to changes in Ember 3.x, this add-on only works with a few adjustments. In your controller, define alias's to the remote paginated array to retrieve the content from the PagedRemoteArray object and an additional alias for the paginator.

ordersPaginator: computed.alias('model.orders'), // this will contain your PagedRemoteArray object. orders: computed.alias('model.orders.content'),

It returns instances of an InternalModel here instead of an actual Model, so this add-on likely requires a new design moving forward. In the meantime, this is a workaround for those who want to upgrade to Ember 3 and maintain existing functionality with ember-cli-pagination.

from ember-cli-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.