For anyone who might be interested... for all I know Igor is right and the
DataTable component does not add any CSS itself. This seems very odd to me
as a default styling would be nice to have. Anyway, I managed to find the
styling used in the Wicket-examples page and i just added it to my own CSS
Are you sure? Other components, such as ModalWindow, comes with styling
included. You just add the component and it adds the appropriate CSS itself.
I can see in the markup produced for the DefaultDataTable that the table
rows have the classes "odd" and "even", am I supposed to define these
classe