datatables.responsive cells lose their href

datatables.responsive cells lose their href

jackalbrightjackalbright Posts: 14Questions: 4Answers: 0

when I apply the responsive extension to my datatables, cells lose their href link and simply display the right-most part of the link when I reduce the width of the page to its narrowest width.

In other words, this:
<a target="_blank" title="Edit Product" href="/admin/products/edit/247"><span class="editBox"></span></a>

becomes this:
<span class="dtr-data">247</span>

This discussion has been closed.