I don't really understand I'm afraid. You've set it to be an empty string - which DataTables is adding to each row. If you remove it, then odd/even are added.
For remove "odd" and "even" class, which are the class name by default for each row.
And after that, i add my customise class "alu" for have an other comportment. (in my case , just add background-color)
This is a screen of google's console :
http://i60.tinypic.com/352isjp.jpg
You can see , class "alu" is implemented but not interpreted and i don't know why.
Replies
Allan
I add this ligne :
[code]
"asStripeClasses": [ '' ]
[/code]
For remove "odd" and "even" class, which are the class name by default for each row.
And after that, i add my customise class "alu" for have an other comportment. (in my case , just add background-color)
This is a screen of google's console :
http://i60.tinypic.com/352isjp.jpg
You can see , class "alu" is implemented but not interpreted and i don't know why.
I hope it's more understandable.