Results 1 to 3 of 3

Thread: <display:table> - multiple items per row

  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Default <display:table> - multiple items per row

    (if this is in wrong section do let me know which it should be in as wasn't sure)

    We're building a spring framework webapp and on one page the client wishes to output a table of data such that there are 4 products per row, and 6 rows per table, using the prev/next links to scroll through the data. So a grid of data basically.

    The products come from our database, and one database row contains 1 product.

    We're using <display:table> for other single items per row tables. Can this be done using a <display:table> and if so anyone got any code samples?

    Or is there a better way to do this?

  2. #2

    Default

    I am trying now to build a data grid table supporting pagination that retrieve data from a backend database. May ask you to share w/ me your code related to displaying data w/ grid under spring?

  3. #3
    Join Date
    Jul 2010
    Location
    Venice, Italy
    Posts
    710

    Default

    Take a look at this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •