How to remove tooltip (title attribute) from table header (th)?
How to remove tooltip (title attribute) from table header (th)?
DataTables adds a tooltip using the title attribute to the table th headers.
How to disable that?
This discussion has been closed.
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
thandtd.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