Display records horizontally instead of vertically
Display records horizontally instead of vertically
bgoralczyk
Posts: 1Questions: 0Answers: 0
Is it possible to have the data shown horizontally instead of vertically? I am looking to have each record shown on one column and each set of data show up horizontally.
Instead of this:
|Name | Email | Phone
Data 1
Data 2
I want to present the data as this:
| Data 1 | Data 2
Name
Email
Phone
Any assistance is greatly appreciated. Admittedly this is not my strong area of expertise but I am not seeing anything in the documentation.
This discussion has been closed.
Replies
No sorry. DataTables doesn't have that ability at this time. I've seen the odd hack that uses CSS, but it isn't something that is supported.
Allan