I'm currently having an issue where the striping on the table gets messed up. The stripes don't alternate. If you look at the html on the table, it ends up looking like this:
<tr class="even odd"></tr>
<tr class="odd even"></tr>
<tr class="odd"></tr>
<tr class="odd even"></tr>
<tr class="even odd"></tr>
<tr class="odd even"></tr>
<tr class="even odd"></tr>
<tr class="even"></tr>
<tr class="odd"></tr>
<tr class="even"></tr>
....etc
This continues on without any real pattern however it looks like the last class listed is always the correct class. I'm currently using datatables 1.9.4. Has anyone experienced this before? I searched through the forum and only found one incidence of this however there didn't seem to be a solution.
<tr class="even odd"></tr>
<tr class="odd even"></tr>
<tr class="odd"></tr>
<tr class="odd even"></tr>
<tr class="even odd"></tr>
<tr class="odd even"></tr>
<tr class="even odd"></tr>
<tr class="even"></tr>
<tr class="odd"></tr>
<tr class="even"></tr>
....etc
This continues on without any real pattern however it looks like the last class listed is always the correct class. I'm currently using datatables 1.9.4. Has anyone experienced this before? I searched through the forum and only found one incidence of this however there didn't seem to be a solution.