From bootstrap docs on tooltips
Tooltips are opt-in for performance reasons, so you must initialize them yourself.
One way to initialize all tooltips on a page would be to select them by their data-
toggle attribute:
$('[data-toggle="tooltip"]').tooltip()