Jason
Jason

Reputation: 1817

angular bootstrap dropdown in a table cell

I'm trying to put an angular bootstrap dropdown in a table. The dropdown gets cut off at the end of the cell. In this image, 'Another option' gets cut off.

enter image description here

If I used a normal select/option, I get this (the dropdown floats over the table and isn't constrained by the cell size.

enter image description here

Can the same effect be achieved with bootstrap dropdown?

Upvotes: 3

Views: 9244

Answers (1)

Jossef Harush Kadouri
Jossef Harush Kadouri

Reputation: 34277

Unless you attach your code, there is not much we can do for you..

if it helps - link to a working example of bootstrap dropdown button in a table row

http://plnkr.co/edit/x4b7JAVThMZddxwFHDNt?p=preview

enter image description here

Upvotes: 3

Related Questions