I am using Bootstrap 3.1.1 for my project. Each cell in my table contains data like 000 or 111. On hover, I want to display this data as a tooltip. So
000
111
You have to add the data-container="body" as per documentation.
data-container="body"
http://jsfiddle.net/uEqF2/2/