I am trying to show a drop-down menu inside of the datatables.
When there are sufficient rows in the datatable, dropdown menu appears normally:
When there are not enough rows, dropdown menu gets hidden behind datatable:
I guess, this problem happens because overflow
property of .dataTables_scrollHead
and .dataTables_scrollBody
is set to auto. I tried changing to visible
and then drop-down appears properly but then the top level buttons like "export" / "search" etc. become un-clickable.
How can I fix this?
Thanks for advise.