For example, there's just 1 table for which I want all rows to have the same background color. But other tables still use the alternative coloring. Is there any option to accomplish this?
Thanks for reply. Unfortunately, neither works. Definitions of css embedded in html header can't overwrite ones defined in bootstrap.css. And setting asStripeClasses to '[]' or 'null' has no effect at all.
Replies
#mytable .even { background-color: #aabbcc }
#mytable .odd { background-color: #aabbcc }
Allan
Allan