How to remove tooltip (title attribute) from table header (th)?
How to remove tooltip (title attribute) from table header (th)?
loopers
Posts: 17Questions: 7Answers: 0
DataTables adds a tooltip using the title attribute to the table th
headers.
How to disable that?
Answers
I might not understand the issue but I don't see a tooltip in the header of this basic example. Sounds like you might have some custom code that is adding the title attribute which is applying to both the
th
andtd
.Please provide a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin