Hello guys!
I noticed that you added support in October 17, 2015 for Responsive HTML Table. So it means that any table created in the website will be converted to responsive?
Like if a table is created the simple way:
<table>
I noticed that you added support in October 17, 2015 for Responsive HTML Table. So it means that any table created in the website will be converted to responsive?
Like if a table is created the simple way:
<table>
<tr>
<td>Jill</td><td>Smith</td> <td>50</td>
</tr>
<tr><td>Eve</td><td>Jackson</td> <td>94</td>
</tr>
</table>
This will be automatically responsive or do I need to set any style to it first?
Thank you guys!
Everyday I edit the theme I get more excited about it! Awesome work!
<td>Jill</td><td>Smith</td> <td>50</td>
</tr>
<tr><td>Eve</td><td>Jackson</td> <td>94</td>
</tr>
</table>
This will be automatically responsive or do I need to set any style to it first?
Thank you guys!
Everyday I edit the theme I get more excited about it! Awesome work!