Different tooltip placement on each datatables column
Different tooltip placement on each datatables column

Hi, is it possible to make the bootstrap tooltip placement different on each datatable column that i put tooltip? Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
That depends on the tooltip library you are using.
With qtip2 it is possible for example.
Hi, I am using bootstrap tooltip. Is it possible? thanks
Why don't you google it? The answer is yes. You'll find something suitable immediately like in here: https://www.w3schools.com/bootstrap/bootstrap_tooltip.asp
Take a look at "Positioning Tooltips".
This example is for a different issue, has some extra config, but it should show you how to apply the Bootstrap tooltips:
http://live.datatables.net/relekaho/1/edit
In
columns.createdCelll
you can add some logic to determine where to place the tooltip. Take a look at the examples in the docs.Kevin
Hi Kevin, thanks so much, it works!