You need to have a html table. You then need to add the footable class. Not sure if you are still looking after a month, but still.
Thread Starter
mi2k
(@mi2k)
Thank you
but I have put the “Footable” class in my table …
I don’t know why nothing happens 🙁
My page with tables
Thank you again
I’m not the plugin dev. so i can’t walk you through it. I took a look at your page with chrome inspect element and i’d advise you to do the same. I ran into 4 errors. Resources failed to load – 404. It may be another plugin is conflicting with this one.
Also note that your table should be in this format;
<table class="footable" align="left">
<thead>
<tr>
<th>Title1</th>
<th>Title2</th>
<th>Title3</th>
</tr>
</thead>
<tbody>
</tr>
<tr>
<td>Content1</td>
<td>Content2</td>
<td>Content3</td>
</tr>
</tbody>
</table>
In case it helps, here is a link to one of my working tables.
Good luck!
Hi have sam issue… when activate default theme then it works … but with me current theme table td doesn’T resize