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

Turn off Table Stripe #20

Open
jeffhoang opened this issue Oct 11, 2014 · 1 comment
Open

Turn off Table Stripe #20

jeffhoang opened this issue Oct 11, 2014 · 1 comment

Comments

@jeffhoang
Copy link

For a table with "table-striped", is it possible to turn off the table stripe for each child and its children row? Only allow stripes for the 1st level parent rows.

@YMA-MDL
Copy link

YMA-MDL commented May 7, 2015

I guess you could do it yourself. having a special class 'SPECIALCLASS' on 1st level parent and applying some css like

tr.SPECIALCLASS:nth-child(odd){
background-color: #XXX;
}

I didn't test it though, not sure if jquery-treegrid doesn't style it over.

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