I'm using some tables (<table><thead><tr>... ) in my website, but I've setup my own responsive styles.
It works fine, but I've noticed tags like this
- Code: Select all
<span class="gk-table-label">header info here</span>
get inserted into the table cells when accessing it from a mobile.
Also br tags disappear (not only from mobiles).
Just wondering how can I disable that option. I understand it was created to allow responsive tables, but I'm using my own resposive styles for tables.
Here a url of my site: http://www.qsfc.com.au/dev/8s_competition/15-may-test/ please make sure you click on the tab Ladder to see an example of a table
Thanks in advance