Vertical Table (Form Like)?

Vertical Table (Form Like)?

primitive_manprimitive_man Posts: 2Questions: 0Answers: 0
edited January 2012 in General
Is there a way to set this up vertically? i.e., Like a form with prev - next etc

Example:

Customer Details: ############
Name: ############
Address: ############
Purchase: ############

<-Prev Next->

I know this might, somewhat, defeat the purpose of 'tables' but many of the elements for this kind of use seem to be here already plus it also seems to be a natural progression...

Replies

  • ZoideZoide Posts: 1Questions: 0Answers: 0
    Similar question here.
    I'd like to create a fixed-size table that follows the format:

    --------------------
    Label_1 | Value
    --------------------
    Label_2 | Value
    --------------------
    Label_3 | Value
    --------------------
    Label_4 | Value
    --------------------

    Where the left column is akin to a table header and has hard-coded labels. Only the column on the right would be populated dynamically.

    Is there a way to do this with DataTables?

    Thanks
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    I don't quite understand I'm afraid. Can you should me an HTML example of what you want to have as a DataTable? Are you thinking that labels 1-4 will be repeated and grouped or something?

    Allan
This discussion has been closed.