Git Product home page Git Product logo

Comments (8)

collinsmarra avatar collinsmarra commented on July 2, 2024 2

I was arriving at the solution. So I was testing things out. However, as you can see below, I couldn't change the offset.
Thanks to @ctron for the example, I solved my problem.

    let nav_callback = {
        use_callback(move |_page: Navigation, nav|{
            gloo::console::log!("clicked next page");
            nav.set(Navigation::Page(2));
        }, nav.clone())
    };

from patternfly-yew.

ctron avatar ctron commented on July 2, 2024 1

I added an example in the quickstart repo, and I think it mostly works: https://github.com/ctron/patternfly-yew-quickstart/tree/main/src/components/pagination

What doesn't work (at least the way I expect it) is to enter a specific page, as that state gets overwritten by the properties.

I also have an issue in the quickstart example where it runs beyond the "max" items, but that's a bug in the quickstart code.

from patternfly-yew.

ctron avatar ctron commented on July 2, 2024

I haven't used that myself so far, but I need to take a look at this today anyway, so I will take a look.

Maybe @jbtrystram can help.

from patternfly-yew.

jbtrystram avatar jbtrystram commented on July 2, 2024

@collinsmarra I wrote that code quite some time ago, so i am not sure what is going wrong there.
I don´t recall having that issue. The pagination was mostly working appart the specific page field.
Could you link a reproducer somewhere so I can investigate ?
Maybe the example @ctron published will help you ?

There is also a use of this pagination component here : https://github.com/drogue-iot/drogue-cloud/blob/8aa49b2482442bb13d54d97a308a16f476ace203/console-frontend/src/pages/devices/index.rs#L228

from patternfly-yew.

ctron avatar ctron commented on July 2, 2024

Thanks for the feedback. I that solves your issue, I would kindly as you to close the issue. Otherwise, maybe re-phrase in what you think needs fixing (even it that is documentation).

from patternfly-yew.

collinsmarra avatar collinsmarra commented on July 2, 2024

I think a little documentation would help.

from patternfly-yew.

ctron avatar ctron commented on July 2, 2024

Is a reference to the quickstart enough?

from patternfly-yew.

collinsmarra avatar collinsmarra commented on July 2, 2024

It is more than enough.

from patternfly-yew.

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.