Adding Bootstrap Tooltips To Responsive Table
Adding Bootstrap Tooltips To Responsive Table
I've tried to implement header tooltips with this approach: https://www.datatables.net/forums/discussion/22266/how-can-i-add-custom-html-attributes-to-the-header-column
It works, but only for columns that are visible, and not for collapsed (responsive columns).
Is the only way to add tooltips to collapsed columns of responsive table to use "responsive: {details: {renderer: function(){...}}}"? https://datatables.net/reference/option/responsive.details.renderer
If so, I would kindly ask if someone could tell how can I access tooltip strings inside rendered (or how can I access this object "settings.aoColumns[ column ].tooltip" without having settings passed in)?