Okay, so a bit related to: https://datatables.net/forums/discussion/53996/add-filter-button-to-column-header-specific-column#latest
Tried to make a live datatables to display, but unsuccessful (hopefully it gives a understanding of what I want to achieve:
live.datatables.net/taqewezu/5/edit
See this picture for the problem:
The dropdown menu is behind the scrollBody div and only inside the scrollhead.
So I was tempted to to set the CSS:
.dataTables_scrollHead{
overflow: visible !important;
}
However, when the scroll is active, this happens...:
The dropdown menu is showing, but due to overflowing, the scrollhead is not scrolling.
Anyone have any idea on how to solve this?