Vertical Table (Form Like)?
Vertical Table (Form Like)?
primitive_man
Posts: 2Questions: 0Answers: 0
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...
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...
This discussion has been closed.
Replies
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
Allan