Questions tagged [zebra-striping]

Zebra striping is a diagnostic shading technique used in computer graphics to visualize curvature on smooth surfaces.

Zebra striping is a diagnostic shading technique used in computer graphics to visualize curvature on smooth surfaces.

49 questions
2
votes
2 answers

How to make handsontable table zebra striped?

I'm displaying some data in table by using handsontable library. Normally i can zebra stripe an html table like this: .zebraStyle { tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #FFF} } But with handsontable i display my…
t1w
  • 1,408
  • 5
  • 25
  • 55
2
votes
2 answers

Zebra tablesorter does not stripe on initial sort

I have a problem with the tablesorter plugin and the zebra widget, which enable different styles for even/odd rows. My page starts with an empty table; then, the user compiles a form, and then my table is loaded...so the problem is: on initial load…
vitosorriso
  • 765
  • 1
  • 7
  • 16
2
votes
3 answers

Zebra striping to just one table column

I have a table that uses tablesorter and zebra striping for the table rows. I would like to add zebra striping to just one of the table COLUMNS to give it a little emphasis. like this:
Tmac
  • 311
  • 1
  • 16
2
votes
1 answer

How can I "zebra stripe" CSS columns?

Let's say I have the following markup:
  • Text
  • Text
  • Text
  • ...
  • Text
  • Text
And the following CSS (assume prefixes): .mycolumns { column-count: 3; …
Jason
  • 51,583
  • 38
  • 133
  • 185
2
votes
1 answer

Zebra Striping Listbox Items XAML/C# Windows Phone 7.5

I want to zebra stipe a Listbox that is generated from an observable collection of objects returned from a search. The code is like so
2
votes
1 answer

jQuery Tablesorter - Multiple tables with Zebra widget - different add colors per table

I'm using jQuery Tablesorter with Zebra widget on multiple tables. What i'm trying to do is make each table has different color for add th. Currently using blue_style.css which make every add rows in blue. one with just like that - in blue, second…
Victoria
  • 23
  • 1
  • 3
1
vote
1 answer

CSS zebra stripe table rows *within* independent table sections?

I'm looking to zebra stripe some tables but these tables are a little different in that they have different sections within each table. The stickler here is I want the zebra striping to be independent for each table section, not just zebra striping…
magenta placenta
  • 1,461
  • 7
  • 22
  • 34
1
vote
1 answer

rich:datatable -- zebra striping with rowClasses attribute does not work!

I am trying to style a table with "zebra" coloured rows, however, for some reason, the rowClasses attribute does not seem to work (edit: I see no colours at all applied to the table). I defined the style as follows: