Replies: 1 comment
-
Adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 14 actions (links) on each dropdown on each row.
However, when trying to open it, it breaks the responsiveness of the whole table itself. I understand that this happens because the nearest relative parent for the
.dropdown-menu
is the dropdown container itself.btn-group
which is inside of a<td>
tag.Do you guys have any solution on mind? Any possible trick to solve the issue?
Thanks in advance.
Fiddle could be found here: https://jsfiddle.net/Lace4rhv/
Beta Was this translation helpful? Give feedback.
All reactions