ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

Problem with table's z-index

Open Ser-Custodio opened this issue 2 years ago • 0 comments

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. image

Expected behavior

The opened dropdown should be over the table.

Reproduction of the problem

  1. Create a custom dropdown (input of type select) with a few options.
  2. 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

Ser-Custodio avatar Feb 13 '23 13:02 Ser-Custodio