Tooltip with json data

Tooltip with json data

gerennegerenne Posts: 30Questions: 0Answers: 0
edited February 2013 in General
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
This discussion has been closed.