Is there a feature to give the <tr>'s an alternating class?
means,
first <tr> transforms to <tr class="row_0">
second <tr> transforms to <tr class="row_1">
third <tr> transforms to <tr class="row_0">
and so on.
If not, is there a plugin to do that?
means,
first <tr> transforms to <tr class="row_0">
second <tr> transforms to <tr class="row_1">
third <tr> transforms to <tr class="row_0">
and so on.
If not, is there a plugin to do that?
Re: colorizing table rows alternately
I edited my table.js (located in plugins/table/dialogs) and now it works fine.
it gives the tr's alternatly one of the following classes:
row_0
row_1
Send me a pm if you want the code. (it's a crappy little thing)