jquery DataTables.js can display a table vertically?

2

I am working with jquery DataTable but I must show my table vertically, that is, the columns as rows, for example:

    
asked by Arthur 05.10.2016 в 18:38
source

1 answer

2

It is not possible, although DataTables has a option to modify the Sun, this is limited to that the table is painted in its entirety

l - Length changing
f - Filtering input
t - The table!
i - Information
p - Pagination
r - pRocessing
< and > - div elements
<"class" and > - div with a class

If maybe playing with the render method we could adjust a bit, it would not be worth the effort, it would be better to make an implementation of your own

    
answered by 05.10.2016 / 19:37
source