TollTips with ajax
TollTips with ajax
Hi all.
Does any one has and example of a tooltips formatting working with ajax load of large data, more than 1 page.
The title is easy to create in rowCallback and nRow.setAttribute( 'title', title);
But formatting it for more than the first
/* Apply the tooltips */
$('#example tbody tr[title]').tooltip( {
"delay": 0,
"track": true,
"fade": 250
} );
even putting it in initComplete or coding it in jQuery('#example').on('init.dt', function()
I have tried with rows().nodes() but the title is only present for the first page
Any help would be appreciated
Thanks in advance
Replies
could You link to example page where we could try to fix that? jsbin or jsfiddle is fine.
I have change the tooltip construction from rowCallback to drawCallback with a class of hasTip so we do not override the already applied toolTip
example for jquery.powertip.js