Is there any way to disable how every other row is shaded? I don't want to mess with the css, so is there perhaps a setting to use when initializing the datatable?
Yes, just define your own classes. See http://www.datatables.net/styling/ids_classes for more information on what classes you need to create.
You can also look at this page - http://www.datatables.net/styling/custom_classes - and look at the Striping section. It specifies it pretty clearly on what you need to do.
Replies
You can also look at this page - http://www.datatables.net/styling/custom_classes - and look at the Striping section. It specifies it pretty clearly on what you need to do.