Skip to content

When Highlighting a Cell the whole row is an unsightly black - not like the examples #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
L-K-Mist opened this issue Sep 23, 2019 · 2 comments

Comments

@L-K-Mist
Copy link

I'm using this with the Vue sample.

Attached is a gif of what I'm seeing. Did a search here to see if anyone else has encountered this, but no obvious keyword matches.

snag with jExcel

Have you seen this before?

@L-K-Mist
Copy link
Author

Oops, I think I posted in the wrong place with this being more of a general Jexcel issue than specific to your vue example.

If there are others, I was able to fix by modifying the .selected class like so:

tr.selected {
  background-color: white !important;
  color: black !important;
}

@pphod
Copy link
Contributor

pphod commented Oct 29, 2019

I guess there a conflict with any other library since I have never seem that. But, glad that you find a solution.

@pphod pphod closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants