How to append a single dropdown menu to body in Bootstrap
问题 I've seen the documentation for the dropdown menu as component and separately using javascript. I'm wondering if it is possible to add a single dropdown menu in the website's body (absoluted positioned relative to the clickable button element). Why? Because if I have a table with 500 rows I do not want to add the same list of 10 items 500 times making the resulting HTML bigger and slower when dealing with JS. Because the parent element can be hidden but I still want the dropdown menu to be