datatable with tooltip

datatable with tooltip

dmartinezdmartinez Posts: 13Questions: 0Answers: 0
edited September 2011 in General
hi everybody, i have this code:





$(document).ready(function() {

$("#categories img[title]").tooltip();

var oTable = $('#categories').dataTable(
{
//content datatable
}

);
oTable.fnDraw(true);

} );



but when i run the code above it doesnt work :s.... what i am doing bad??
the i.e says: objects doesnt support this property or method.. how i can use datatable with tooltip http://flowplayer.org/tools/tooltip/index.html ????

Replies

  • allanallan Posts: 63,532Questions: 1Answers: 10,475 Site admin
    What's your data source - is it server-side processing, or do you have deferred rendering enabled? Also, when object doesn't support what method?

    Allan
  • dmartinezdmartinez Posts: 13Questions: 0Answers: 0
    i solved the problem.. it was i didnt put into the tooltip's javastcript code.. sorry man..
This discussion has been closed.