[RESOLVED] Dropdown options in Datatable not showing?

Oops just figured it out. For anyone having a similar issue, please add the following CSS:

.Select-menu-outer {
display : block !important;
}

Credits:

9 Likes