Image dissappears in TH in responsive mode

Image dissappears in TH in responsive mode

ssanchezvilarssanchezvilar Posts: 2Questions: 1Answers: 0

Hello.

I want to put a image inside a TH in my table, but this image dissappears when I use the responsive mode!

http://live.datatables.net/qikocosi/1/edit

Anyone can help me please?

Thanks in advance.

Answers

  • ssanchezvilarssanchezvilar Posts: 2Questions: 1Answers: 0
    edited April 2015

    I have found the answer:

    You have to modify one simple line on dataTables.responsive.js

    Change:
    var title = header.text();

    For:
    var title = header.html();

This discussion has been closed.