How can i change the asix of datatables
How can i change the asix of datatables

Description of problem: I want to change the table axis from horizontal to vertical. I don't know what to do
Tried to find it, ฺBut couldn't find any information.
Thank you very much.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You would need to transform the data into that format before initialising the table - that's not an option that DataTables can do for you,
Colin
Thank you very much.