Giter Club home page Giter Club logo

Comments (9)

somayaj avatar somayaj commented on June 19, 2024 2

hi, can this be worked on?

from spring-petclinic.

liouxiao avatar liouxiao commented on June 19, 2024

According to http://dandelion.github.io/components/datatables/1.1.0/docs/html/#4-2-feature-enablement, dandelion-datatales already supports pagination, and you'd turn on this feature by simply setting pageable attribute to true in related jsp files (e.g. ownerList.jsp), like this:

    <datatables:table id="owners" data="${selections}" row="owner" theme="bootstrap2" 
                      cssClass="table table-striped" pageable="true" info="false" export="pdf">

from spring-petclinic.

arey avatar arey commented on June 19, 2024

For large dataset (this in mostly the case in real application), server side pagination is the best. We may use dandelion pagination support. But DAO have also to be updated.

from spring-petclinic.

simrin051 avatar simrin051 commented on June 19, 2024

Hi @arey @somayaj

Can i take up this issue

from spring-petclinic.

arey avatar arey commented on June 19, 2024

@simrin051, I think so but we may ask confirmation to @snicoll or @dsyer

from spring-petclinic.

simrin051 avatar simrin051 commented on June 19, 2024

Hi @snicoll / @dsyer

Can you please confirm whether i can take up this issue

from spring-petclinic.

simrin051 avatar simrin051 commented on June 19, 2024

Hi @arey

I have commented on the API logs issue. Can you please confirm.

from spring-petclinic.

dsyer avatar dsyer commented on June 19, 2024

I don't see the connection with the logs issue. If you want to make a proposal for pagination, go ahead. I think I would prefer to see something that didn't use additional libraries, but I guess we can assess that when we have something to look at. Pet Clinic has no Javascript in the web layer, and that does enable us to concentrate on the Spring side of things and not get caught up in JS dependency churn. Ideally we'd keep it that way IMO, but we can keep the options open while there is no code to review..

from spring-petclinic.

simrin051 avatar simrin051 commented on June 19, 2024

Thanks @dsyer i will take up this issue

from spring-petclinic.

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.