$.fn.dataTableExt.oJUIClasses.sStripeOdd/Even broken
$.fn.dataTableExt.oJUIClasses.sStripeOdd/Even broken
joeltine
Posts: 4Questions: 0Answers: 0
Setting either of these "sStripeOdd" or "sStripeEven" no longer overwrites the default "odd/even" classes for each row. Here is a fiddle:
http://jsfiddle.net/M3UNq/1/
http://jsfiddle.net/M3UNq/1/
This discussion has been closed.
Replies
I must confess I'm not sure what the fix should be here - I'll need to think about it! The thing is - which default should be used the initialisation objects, or the classes?! I clean missed that when I was putting this part together :-(.
The work around for now is to use asStripeClasses, but I'll try to think of a better option that will restore backwards compatibility.
Allan
I've just committed this fix and it is available in the 1.9.1.dev nightly version on the downloads page.
Thanks again for flagging this up.
Allan