using bootstrap tooltip with datatables

using bootstrap tooltip with datatables

ikinciadamikinciadam Posts: 3Questions: 0Answers: 0
edited March 2013 in Bug reports
Hi,
thanks for great script!

i added on my own project this. But i also add some hover tooltip on some information.
i have a table including "name, model, price, status and some more..." columns.
i added tooltips on model cells.

when start the page it shows 10 records and my tooltip is working but when change the page or list 20, 50, 100 records, tooltip only works for first 10 records. nothing more...

is this a bug or my fault?

here is the code i use (bootstrap using) ;

http://live.datatables.net/ewuqur/2


first you see the cell "aaaFirefox 1.0" it try to show tooltip. thats ok
and the 4th cell "aaaFirefox 3.0" it also shows tooltip.

and now pls sort the browser colum. you'll see "aaa" cell. it shows nothing with same code...

can you check it pls?

Replies

  • ikinciadamikinciadam Posts: 3Questions: 0Answers: 0
    helloo? anyone?
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Link to a test case please. The debugger doesn't show all we would need to know.
  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Oh - and probably the answer is to use fnGetNodes - see the top FAQ: http://datatables.net/faqs#events .
  • ikinciadamikinciadam Posts: 3Questions: 0Answers: 0
    edited March 2013
    Thanks allan. Yes, it's working now.
This discussion has been closed.