Skip to content
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

Add class to whole row to indicate hover (required when columns are pinned to highlight whole row) #223

Closed
jonsamwell opened this issue Jun 15, 2015 · 10 comments

Comments

@jonsamwell
Copy link

Hi,

If you have a pinned column and you want to say change the background colour when any of the row is hovered over it currently will not work due to the pinned column(s) and non-pinned column(s) not being under the same parent. If you could add a class to the pinned and non-pinned row/columns to indicate the mouse is over them this would solve the problem.

Here is a Plunker which highlights the issue.

http://plnkr.co/edit/vXJNaoDgsRRGJbwVR9Lx?p=preview

Thanks,

Jon

@jonsamwell jonsamwell changed the title Add class to whole row to indicate hover (need on pinned columns to highlight whole row) Add class to whole row to indicate hover (required when columns are pinned to highlight whole row) Jun 15, 2015
@ceolter
Copy link
Contributor

ceolter commented Jun 15, 2015

noted. thanks.

@MikaAK
Copy link

MikaAK commented Oct 3, 2015

+1 Is this still non-existant? We cannot use this at work without hover functionality in place.

@Sergeykp
Copy link

+1

@chiptus
Copy link

chiptus commented Oct 18, 2015

can't you just use .ag-row:hover? that's how we do it

On Sun, Oct 18, 2015 at 4:04 PM Sergey notifications@github.com wrote:

+1


Reply to this email directly or view it on GitHub
#223 (comment).

@Sergeykp
Copy link

.ag-row:hover will not work correctly, when you have pinned columns

@mpetkov
Copy link

mpetkov commented Mar 23, 2016

+1

1 similar comment
@antru
Copy link

antru commented Jul 29, 2016

+1

@ceolter
Copy link
Contributor

ceolter commented Jul 29, 2016

already done. class is ag-row-hover

@ceolter ceolter closed this as completed Jul 29, 2016
@jlarso11
Copy link

jlarso11 commented Jan 5, 2017

Is there a way to remove the default color for this? I want to control the color myself in CSS

@ceolter
Copy link
Contributor

ceolter commented Jan 9, 2017

@jlarso11 it's css - so if you lay your css out correctly, your style will get used.

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

8 participants