Datatables In Vertical Format
Datatables In Vertical Format

Is it possible to flip the datatable OR the export so that the headers appear on the left side and data on the right.
For example if I had a table - Name, Age , Address, it would be like :
Name ........
Age ......
Address.......
Thanks.
This discussion has been closed.
Answers
Currently no. This isn't possible in DataTables - sorry. It would require a large amount of work in the core to support that as the current row and column format for sorting and filtering is deeply baked in.
Allan