React-data-grid: z-order fixed column is too high for fixed columns

Created on 29 Jun 2017  路  4Comments  路  Source: adazzle/react-data-grid

The z-order for fixed columns is too high (99). In the styles it looks like :

.react-grid-Cell--locked:last-of-type {
  border-right: 1px solid #dddddd;
  box-shadow: none;
  z-index:99;
}

However this interferes with loading spinners. Eg :

image

I changed the z-order to 10, and the table still works perfectly fine. Perhaps you should change it to a lower number.

wontfix

Most helpful comment

Yes, I'm having the same issue with select rowSelection: { showCheckbox: true }
I get z-index: 99 which inteferes with other stuff on the page, i.e. date time pickers, popup dialogs, etc.
Please fix that.

All 4 comments

Yes, I'm having the same issue with select rowSelection: { showCheckbox: true }
I get z-index: 99 which inteferes with other stuff on the page, i.e. date time pickers, popup dialogs, etc.
Please fix that.

Seems this is no longer an issue, at least with version 2.0.76

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please reopen this if you feel it has been incorrectly closed and we will do our best to look into it. Thank you for your contributions.

The issue is still there in 4.0.7

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SupernaviX picture SupernaviX  路  3Comments

Suprit-S-M picture Suprit-S-M  路  4Comments

JimLynchCodes picture JimLynchCodes  路  4Comments

jlarso11 picture jlarso11  路  3Comments

mhsueh2 picture mhsueh2  路  4Comments