Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Un fixed_columns can be seen behind fixed column when selecting cells #705

Open
oliverbrace opened this issue Mar 2, 2020 · 0 comments
Open

Comments

@oliverbrace
Copy link

oliverbrace commented Mar 2, 2020

Currently, if a user turns on fixed cells within their datatable (eg fixed_columns={"headers": True, "data": 2}, and then select a cell within one of the fixed columns they are able to see the unfixed columns behind the fixed columns.

datatable_issue

It just seems to be related to the fact that the colour chosen for the selected cells is slightly transparent. I have just added a single line of css to force change the colour to something not transparent and it works fine (gif included below)

fixed_Datatable

.cell--selected {
    background-color: #99cbf6 !important
}

The issue has also been asked at the following link:
https://community.plot.ly/t/un-fixed-columns-can-be-seen-behind-fixed-column-when-selecting-cells/35625

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant