I am using the tables for a timetable class schedule. On the desktop, the days are the column headers and the times are the row headers on the left. But when on the mobile version, the schedule is a single column which is great, but it puts the row headers first, broken by column headers. Basically, it sorts based on Time then by Day.
For Example
8:00am
Monday
Class1
Tuesday
Class2
….
9:00am
Monday
Class1
Tuesday
Class2
….
I would like for it to be broken up by Day and then Time
Monday
8:00am
Class 1
9:00am
Class2
…
Tuesday
8:00am
Class 1
9:00am
Class2
See the table here: http://wp.evomaa.net/schedule/
Hey James!
As far as know it’s not easily possible to change the structure of the table on mobile devices. You can try this table plugin instead: http://wordpress.org/plugins/tablepress/ in combination with the responsive extension: http://tablepress.org/extensions/responsive-tables/ and it should give you better results because it does not convert the table into a single column.
Best regards,
Peter