themeroller does not work for table content
themeroller does not work for table content
Hi,
i am very pleased with the datatable, keep up the good work.
Enabling the themereoller seems quite straight forward and it works partially. The only thing that doesnt change is the table content. I have styled the table with the class="display" and used the demo_table_jui.css from the download.
what do i have to do to include the content of the table into the theme? its always this violett/white row change.
greez
i am very pleased with the datatable, keep up the good work.
Enabling the themereoller seems quite straight forward and it works partially. The only thing that doesnt change is the table content. I have styled the table with the class="display" and used the demo_table_jui.css from the download.
what do i have to do to include the content of the table into the theme? its always this violett/white row change.
greez
This discussion has been closed.
Replies
As such you need to specify the background colour to want using some trivial CSS:
[code]
tr.odd { background-color: red }
tr.even { background-color: blue }
[/code]
That will look horrible in fairness - but that's the general idea :-)
Allan