Tooltip with json data
Tooltip with json data
I want add the tooltips in my table, but my table is loaded with json data and I don't know how to do.
My code is:
[code]
if (typeof oTable != 'undefined'){
oTable.fnDestroy();
}
oTable=$('#TableRprt').dataTable( {
"bRetrieve": true,
"bDestroy": true,
"aaData":data.list
} );
[/code}
Thanks in advance
My code is:
[code]
if (typeof oTable != 'undefined'){
oTable.fnDestroy();
}
oTable=$('#TableRprt').dataTable( {
"bRetrieve": true,
"bDestroy": true,
"aaData":data.list
} );
[/code}
Thanks in advance
This discussion has been closed.