Angular-ui's tooltip does not display correctly in ng-grid

前端 未结 2 1791
死守一世寂寞
死守一世寂寞 2020-12-30 11:32

I\'ve been searching for some time for a solution for displaying a tooltip on ng-grid but with no luck. When I use the cellTemplate on ng-grid for customizing the cell to in

2条回答
  •  情歌与酒
    2020-12-30 12:17

    You can use

    tooltip-append-to-body="true" 
    

    as documented here (scroll down to tooltip): http://angular-ui.github.io/bootstrap/

    Here is the plunker: http://plnkr.co/edit/nHN2p8qMjT7ZTwpXgJoO?p=preview

提交回复
热议问题