Hello there.
Not sure what you mean. Do you want to pivot the table? If that’s correct, unfortunately we don’t have that option in the plugin.
Kind regards
So are you saying that we cannot take
Column A Column B Column C
and turn it into
Column A
Column B
Column C
I don’t want people to have to horizontal scroll all over the place?
That’s right, you can’t pivot the table, and turn rows into columns.
If you don’t want horizontal scroll, you can disable it, and enable “Limit table width” in the Display tab above the table. There’s also an option to enable “Responsiveness” feature, choose which columns will be hidden on tablet devices, and in wpDataTables settings set the tablet’s width to be greater than the desktop’s width.
For example, if you enable responsiveness, and select columns B and C to be hidden on tablets; and you’ve set the tablet’s width to be 2.000, all screens below 2.000px in width will be considered as tablets, and columns B and C will collapse below column A, and they will be available on-click of the “+” sign that appears in every row.
Kind regards.