Rotate/Transpose Table
Rotate/Transpose Table
abhayverma
Posts: 1Questions: 1Answers: 0
Hey guys,
I found a thread on your blog here : https://datatables.net/forums/discussion/5992/rotate-table
This is exactly what I need, but unfortunately the zip file is unavailable ** on the link provided.
**Admin if you have it in your archive, can you please share it?
This discussion has been closed.
Answers
It was a legacy hack for an old version of DataTables. I'm afraid that DataTables does not support a transpose action at this time.
Allan
CSS transpose method (apply from second line until end of the table):
<tr style="float:left;">
but I have used the code below for show 3 rows as table with 3 columns:
<tr style="float:left; width:33.33%;">