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
0
votes
0 answers

Zebra striping a html table with a twist

Let's say I had Two tables, one has white rows, and one has all green rows. I currently have stripeTable code that does this for white backgrounds: function stripeTables($tables) { $("tbody tr:odd td,tbody tr:odd th",…
Michiel Cornille
  • 2,067
  • 1
  • 19
  • 42
0
votes
2 answers

Integrating jQuery tablesorter, zebra striping and row highlighting

I've tried writing and rewriting this several times, to keep it brief and yet, include "pertinent" background. No luck, so I'm going to give the current situation and answer questions as asked. I have two issues, so I've put one in this post and the…
CoMo G-Dawg
  • 401
  • 1
  • 3
  • 18
0
votes
1 answer

Change CSS of rownumber value in jqGrid

I have changed the property of the jqGrid with rownumbers:true. Hence it is displaying the row numbers. Now I want to change the CSS of that. How can I do that? In the above image, the CSS of the records are changed, but the CSS of the row number…
Bhavik Ambani
  • 6,557
  • 14
  • 55
  • 86
0
votes
3 answers

how to reapply knockout binding

Currently I have a knockout binding that stripes rows in a list which works fine ko.bindingHandlers.stripe = { update: function (element, valueAccessor, allBindingsAccessor) { var value = ko.utils.unwrapObservable(valueAccessor());…
MikeW
  • 4,749
  • 9
  • 42
  • 83
1 2 3
4