When I generate a datatable using ajax and I include a button menu as a column, the menu button appears, but when I click on it, the menu items do not show up (nothing happens).
When I test it using the same web page, but using static info in the datatable (including the column with the menu button), it works fine. I click on the menu button and the menu items appears below the button.
It's when I render the html code to generate the menu button in the datatable column that the menu button appears fine, but the click event does nothing.
I'm not really sure what I'm missing. I could really use some help on this.