ngx-datatable
ngx-datatable copied to clipboard
Problem with table's z-index
I'm submitting a ... (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
I have a custom dropdown. When I open the dropdown the options are displayed behind the table.

Expected behavior
The opened dropdown should be over the table.
Reproduction of the problem
- Create a custom dropdown (input of type select) with a few options.
- Put a ngx-datatable after the dropdown
If I change the datatable z-index to -1 the behavior changes but I can no longer manipulate the table (orderBy, activate, select, etc...).
What is the motivation / use case for changing the behavior?
Please tell us about your environment: Windows 10
-
Table version: 20.1.0
-
Angular version: 15
-
Browser: all
-
Language: all