As the title says, can be viewed here -> http://styrkeloft.no/resultatservice/?page=protokoll_vis&id=2488, just resize the window if you have a big screen.
Tested on Samsung S3 and iPhone 5, can display the whole table/can drag to the right. Does not matter if landscape or vertical view.
Any suggestion to fix this?
Hey Walgermo!
You can use this css code
#resultatservice_container {
overflow-x: auto;
}
to make the table container scroll-able. Insert the code into the quick css field.
Cheers!
Peter